aboutsummaryrefslogtreecommitdiff
path: root/graphics/pixelize
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /graphics/pixelize
parent7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff)
downloadports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz
ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Notes
Notes: svn path=/head/; revision=175261
Diffstat (limited to 'graphics/pixelize')
-rw-r--r--graphics/pixelize/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile
index 9df35ba2fc12..caf118652088 100644
--- a/graphics/pixelize/Makefile
+++ b/graphics/pixelize/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pixelize
PORTVERSION= 0.9.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://lashwhip.com/pub/ \
@@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Use many scaled down images to try to duplicate another image
USE_GNOME= gtk12 imlib
-IMLIB_CONFIG= ${X11BASE}/bin/imlib-config
+IMLIB_CONFIG= ${LOCALBASE}/bin/imlib-config
post-patch:
@${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \