svn commit: r375425 - head/graphics/pixelize

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 09:52:23 UTC 2014


Author: antoine
Date: Wed Dec 24 09:52:22 2014
New Revision: 375425
URL: https://svnweb.freebsd.org/changeset/ports/375425
QAT: https://qat.redports.org/buildarchive/r375425/

Log:
  This port no longer uses imlib

Modified:
  head/graphics/pixelize/Makefile

Modified: head/graphics/pixelize/Makefile
==============================================================================
--- head/graphics/pixelize/Makefile	Wed Dec 24 09:45:55 2014	(r375424)
+++ head/graphics/pixelize/Makefile	Wed Dec 24 09:52:22 2014	(r375425)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pixelize
 PORTVERSION=	1.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://lashwhip.com/pub/ \
 		http://www.c-s.li/ports/ \
@@ -16,13 +16,12 @@ COMMENT=	Use many scaled down images to 
 LICENSE=	GPLv2
 
 USES=		pkgconfig
-USE_GNOME=	gtk20 imlib
+USE_GNOME=	gtk20
 PLIST_FILES=	bin/make_db bin/pixelize
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \
-		-e "s|gtk-config|${GTK_CONFIG}|g" \
-		-e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile
+		-e "s|gtk-config|${GTK_CONFIG}|g" ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/make_db ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list