aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vdkbuilder
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-02 11:58:24 +0800
committerlioux <lioux@FreeBSD.org>2002-09-02 11:58:24 +0800
commit4209bb71977829b62066e798e060774ed78ce7ff (patch)
treec4d6939a1d18781a4f393bc2c7e8de7e2c88ea55 /x11-toolkits/vdkbuilder
parentec3d69f93586f4bbdef5685cabcfa09198308fa1 (diff)
downloadfreebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.tar.gz
freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.tar.zst
freebsd-ports-gnome-4209bb71977829b62066e798e060774ed78ce7ff.zip
Deploy USE_GNOMENG infrastructure
PR: 42309 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-toolkits/vdkbuilder')
-rw-r--r--x11-toolkits/vdkbuilder/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile
index ea80f3a53f78..bca80bf7b3df 100644
--- a/x11-toolkits/vdkbuilder/Makefile
+++ b/x11-toolkits/vdkbuilder/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -25,9 +25,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
CONFIGURE_ARGS+=--enable-gnome
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+=--enable-gnome=no
.endif