diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-13 12:41:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-13 12:41:17 +0000 |
commit | bebc268cabde4924174e76793cabf611659ec241 (patch) | |
tree | 4a7e47f34ed9a19edf874c056f3479113167c869 /security | |
parent | Add missing directories (diff) |
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 |