summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 01:18:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 01:18:56 +0000
commited4c66198313f6fe8a45013ae488c1723b720f43 (patch)
tree92789dbc461b73c387655b2105ca6921e54ea4a5 /x11-toolkits
parentFix things after GNOMENG. (diff)
Fix things after GNOMENG commit.
PR: 42569 Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=65874
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vdk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/vdk/Makefile b/x11-toolkits/vdk/Makefile
index a9aff26de8a1..78d7fe7bb636 100644
--- a/x11-toolkits/vdk/Makefile
+++ b/x11-toolkits/vdk/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= nakai@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
WANT_GNOME= yes
+USE_GNOME= gtk12
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -25,9 +26,9 @@ MAN1= vdk-config.1
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME= gtk12
-PKGNAMESUFFIX= -gtk
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME= gnomelibs
+PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS+= --enable-gnome
.endif