diff options
author | anders <anders@FreeBSD.org> | 2002-10-11 06:30:03 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-10-11 06:30:03 +0800 |
commit | f281b3df2088d046248138fc57eafa9e6715f6f1 (patch) | |
tree | 04fe94e4a3f08f5547112efd7e5a4bb35b1feb73 /security/gringotts/Makefile | |
parent | 7a3545edfad02a243d0065145500d21e3162e3e8 (diff) | |
download | freebsd-ports-gnome-f281b3df2088d046248138fc57eafa9e6715f6f1.tar.gz freebsd-ports-gnome-f281b3df2088d046248138fc57eafa9e6715f6f1.tar.zst freebsd-ports-gnome-f281b3df2088d046248138fc57eafa9e6715f6f1.zip |
Update to 0.7.0.
Use USE_GNOMENG.
Diffstat (limited to 'security/gringotts/Makefile')
-rw-r--r-- | security/gringotts/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index 321a5b674985..877f6b8d77e6 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gringotts -PORTVERSION= 0.5.9 +PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -20,15 +20,16 @@ LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \ USE_BZIP2= yes USE_LIBTOOL= yes +USE_GNOMENG= yes +WANT_GNOME= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --disable-env-check INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -WANT_GNOME= yes -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomehier}!="" +USE_GNOME+= gnomehier .else post-patch: |