diff options
author | sf <sf@FreeBSD.org> | 2002-01-22 22:34:16 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-22 22:34:16 +0800 |
commit | a68a21b2494d725902d82bbf319155eb18a7c302 (patch) | |
tree | 3572776ede28da76315c162c3ee1042fa5c2c845 /security/gpgme/Makefile | |
parent | 36a6b3724dbdc4239d3fda32f3f9276b5cd3c96d (diff) | |
download | freebsd-ports-gnome-a68a21b2494d725902d82bbf319155eb18a7c302.tar.gz freebsd-ports-gnome-a68a21b2494d725902d82bbf319155eb18a7c302.tar.zst freebsd-ports-gnome-a68a21b2494d725902d82bbf319155eb18a7c302.zip |
update to 0.2.3.
PR: 34164
Submitted by: maintainer
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index d79c0228c32b..b2358ca823e1 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -14,10 +14,8 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -USE_LIBTOOL= yes -USE_AUTOCONF= yes +GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL} .include <bsd.port.mk> |