aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/vdkbuilder
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 05:30:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 05:30:20 +0000
commit0799167f672f37105093ef09534dd8c425dda0b0 (patch)
treedf42371c320e7b4ddc1944a3827de9cf9501bd74 /x11-toolkits/vdkbuilder
parent92a93a08250973772963904f82407636aa9e9cc5 (diff)
downloadports-0799167f672f37105093ef09534dd8c425dda0b0.tar.gz
ports-0799167f672f37105093ef09534dd8c425dda0b0.zip
Fix things after recent GNOMENG commit.
Notes
Notes: svn path=/head/; revision=65898
Diffstat (limited to 'x11-toolkits/vdkbuilder')
-rw-r--r--x11-toolkits/vdkbuilder/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile
index bca80bf7b3df..fd5975feeff4 100644
--- a/x11-toolkits/vdkbuilder/Makefile
+++ b/x11-toolkits/vdkbuilder/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
+USE_GNOME= gtk12
WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -25,12 +26,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME+= gtk12
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME+= gnomeprefix gnomehack gnomelibs
CONFIGURE_ARGS+=--enable-gnome
-PKGNAMESUFFIX= -gtk
+PKGNAMESUFFIX= -gnome
+PLIST_SUB= DATADIR="share/gnome"
.else
CONFIGURE_ARGS+=--enable-gnome=no
+PLIST_SUB= DATADIR="share"
.endif
.include <bsd.port.post.mk>