aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/vdk
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-02 03:58:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-02 03:58:24 +0000
commitc4e8cae58913c9a76653cc3c05d0eaa42f0bfa69 (patch)
treef0de4e967046537964f40eeff799b8c8f4295051 /x11-toolkits/vdk
parentae6c2e101ccafae70bc9f74d72688f36965fc81a (diff)
downloadports-c4e8cae58913c9a76653cc3c05d0eaa42f0bfa69.tar.gz
ports-c4e8cae58913c9a76653cc3c05d0eaa42f0bfa69.zip
Notes
Diffstat (limited to 'x11-toolkits/vdk')
-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 b10ef7c00f03..a9aff26de8a1 100644
--- a/x11-toolkits/vdk/Makefile
+++ b/x11-toolkits/vdk/Makefile
@@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= vdkbuilder
MAINTAINER= nakai@FreeBSD.org
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -25,8 +25,9 @@ MAN1= vdk-config.1
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME= gtk12
+PKGNAMESUFFIX= -gtk
CONFIGURE_ARGS+= --enable-gnome
.endif