diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 01:18:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 01:18:56 +0000 |
commit | ed4c66198313f6fe8a45013ae488c1723b720f43 (patch) | |
tree | 92789dbc461b73c387655b2105ca6921e54ea4a5 /x11-toolkits/vdk | |
parent | 0c49069e1768166e132a0e77092e0cf0ced594d2 (diff) | |
download | ports-ed4c66198313f6fe8a45013ae488c1723b720f43.tar.gz ports-ed4c66198313f6fe8a45013ae488c1723b720f43.zip |
Notes
Diffstat (limited to 'x11-toolkits/vdk')
-rw-r--r-- | x11-toolkits/vdk/Makefile | 7 |
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 |