diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-13 20:41:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-13 20:41:17 +0800 |
commit | 3cfbed5e5225936d485d646ccbcd479c73e0b15e (patch) | |
tree | fe022d9ee1c3a2543be16620a6d20fa1d77a968a /security | |
parent | 8063285ec7ddcfc94e71f7436f2f7bb25e8bdf3f (diff) | |
download | freebsd-ports-gnome-3cfbed5e5225936d485d646ccbcd479c73e0b15e.tar.gz freebsd-ports-gnome-3cfbed5e5225936d485d646ccbcd479c73e0b15e.tar.zst freebsd-ports-gnome-3cfbed5e5225936d485d646ccbcd479c73e0b15e.zip |
Move the gtk20 dependency to USE_GNOME to chase the gtk20 shared lib version.
Diffstat (limited to 'security')
-rw-r--r-- | security/gringotts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index 4fb1a5a98b91..b719fe1adeb6 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -16,13 +16,13 @@ MAINTAINER= anders@FreeBSD.org COMMENT= GTK application to securely store sensitive data LIB_DEPENDS= gringotts.2:${PORTSDIR}/security/libgringotts \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_GNOME= gtk20 WANT_GNOME= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --disable-env-check |