[Midnightbsd-cvs] mports [20063] trunk/graphics/gdk-pixbuf/Makefile: tweak

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 27 19:04:16 EDT 2015


Revision: 20063
          http://svnweb.midnightbsd.org/mports/?rev=20063
Author:   laffer1
Date:     2015-08-27 19:04:15 -0400 (Thu, 27 Aug 2015)
Log Message:
-----------
tweak

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

Modified: trunk/graphics/gdk-pixbuf/Makefile
===================================================================
--- trunk/graphics/gdk-pixbuf/Makefile	2015-08-27 23:00:39 UTC (rev 20062)
+++ trunk/graphics/gdk-pixbuf/Makefile	2015-08-27 23:04:15 UTC (rev 20063)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	gdk-pixbuf
 PORTVERSION=	0.22.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES?=	graphics
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gdk-pixbuf/0.22
@@ -12,13 +12,15 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT?=	Graphic library for GTK+
 
-LICENSE=	gpl2
+LICENSE=	lgpl
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
 LIB_DEPENDS+=	libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg
 
-USES=		gmake libtool pathfix tar:bzip2
+USES=		cpe gmake libtool pathfix tar:bzip2
+CPE_VENDOR=	gnome
 USE_XORG=	xt xi x11
 USE_GNOME+=	gtk12
 USE_LDCONFIG=	yes
@@ -32,6 +34,8 @@
 BUILD_CANVAS?=	no
 
 post-patch:
+	@${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \
+		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
 		-e 's/freebsd/freebsd*|midnightbsd/' \
 		 ${WRKSRC}/configure



More information about the Midnightbsd-cvs mailing list