aboutsummaryrefslogtreecommitdiff
path: root/www/nscache
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
commit93b8f14b85002092175020a9eb55761d91a8a613 (patch)
treefac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/nscache
parent28f497a7e40d442851196408f3474c56e2f08a02 (diff)
downloadports-93b8f14b85002092175020a9eb55761d91a8a613.tar.gz
ports-93b8f14b85002092175020a9eb55761d91a8a613.zip
Deploy USE_GNOMENG infrastructure
PR: 42289 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65420
Diffstat (limited to 'www/nscache')
-rw-r--r--www/nscache/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/nscache/Makefile b/www/nscache/Makefile
index a72f8a8e8c98..8c4aa8a41c83 100644
--- a/www/nscache/Makefile
+++ b/www/nscache/Makefile
@@ -16,18 +16,19 @@ EXTRACT_SUFX= .tgz
MAINTAINER= kris@FreeBSD.org
USE_X_PREFIX= yes
-USE_GTK= yes
+USE_GNOMENG= yes
WANT_GNOME= yes
USE_AUTOMAKE= yes
AUTOMAKE_ARGS= --include-deps
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
-
+
.include <bsd.port.pre.mk>
-
+
.if defined(HAVE_GNOME)
-USE_GNOME= yes
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+= --disable-gnome
.endif