[Midnightbsd-cvs] mports [18993] trunk/graphics/gdk-pixbuf2/Makefile: fix build of gdk-pixbuf2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 15 19:44:08 EDT 2015


Revision: 18993
          http://svnweb.midnightbsd.org/mports/?rev=18993
Author:   laffer1
Date:     2015-05-15 19:44:07 -0400 (Fri, 15 May 2015)
Log Message:
-----------
fix build of gdk-pixbuf2

Modified Paths:
--------------
    trunk/graphics/gdk-pixbuf2/Makefile

Modified: trunk/graphics/gdk-pixbuf2/Makefile
===================================================================
--- trunk/graphics/gdk-pixbuf2/Makefile	2015-05-15 23:40:29 UTC (rev 18992)
+++ trunk/graphics/gdk-pixbuf2/Makefile	2015-05-15 23:44:07 UTC (rev 18993)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gdk-pixbuf
 PORTVERSION=	2.31.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
@@ -12,14 +12,16 @@
 COMMENT=	Graphic library for GTK+
 
 LICENSE=	lgpl
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_XORG=	xt xi x11
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		cpe gmake libtool pathfix pkgconfig tar:xz
+CPE_VENDOR=	gnome
 USE_GNOME+=	glib20 introspection:build
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+LDFLAGS+=		-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-introspection=yes --with-x11
 INSTALL_TARGET=	install-strip
 



More information about the Midnightbsd-cvs mailing list