Date: Wed, 24 Dec 2014 09:52:23 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375425 - head/graphics/pixelize Message-ID: <201412240952.sBO9qN6B026579@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412240952.sBO9qN6B026579>