summaryrefslogtreecommitdiffstats
path: root/graphics/gsculpt
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committermarcus <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch)
tree17937489af4c767844fc63b684ae3e7b31948812 /graphics/gsculpt
parente959473966b963953d63d5f00fae8751f2decf0f (diff)
downloadFreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip
FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz
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)
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r--graphics/gsculpt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile
index 213c2ff8..4267a45 100644
--- a/graphics/gsculpt/Makefile
+++ b/graphics/gsculpt/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gsculpt
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,8 +28,9 @@ post-patch:
@${REINPLACE_CMD} -e "s,-O3 -Wall -Werror,${CXXFLAGS},g ; \
s,gtk-config,${GTK_CONFIG},g ; \
s,/usr/include/glib.h,${LOCALBASE}/include/glib12/glib.h,g ; \
- s,/usr/include/gtk/,${X11BASE}/include/gtk12/gtk/,g ; \
- s,/usr/include/gdk/,${X11BASE}/include/gtk12/gdk/,g" ${WRKSRC}/Makefile
+ s,/usr/include/gtk/,${LOCALBASE}/include/gtk12/gtk/,g ; \
+ s,/usr/include/gdk/,${LOCALBASE}/include/gtk12/gdk/,g" \
+ ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/gsculpt ${PREFIX}/bin
OpenPOWER on IntegriCloud