aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelize
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-24 09:52:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-24 09:52:22 +0000
commit991f5d1b0d0c25cb6bc2a17b7de6fd31465db1ae (patch)
tree6fde1b339b87783171930f086e17164d1b0830ca /graphics/pixelize
parente9b22d3df9d27cd9b39bcad4fc63359e7fe72a82 (diff)
downloadports-991f5d1b0d0c25cb6bc2a17b7de6fd31465db1ae.tar.gz
ports-991f5d1b0d0c25cb6bc2a17b7de6fd31465db1ae.zip
This port no longer uses imlib
Notes
Notes: svn path=/head/; revision=375425
Diffstat (limited to 'graphics/pixelize')
-rw-r--r--graphics/pixelize/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile
index 3236487097a0..8ff1d6002e3e 100644
--- a/graphics/pixelize/Makefile
+++ b/graphics/pixelize/Makefile
@@ -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 try to duplicate another image
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