diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-12 15:01:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-12 15:01:08 +0000 |
commit | 20e6c30d469e102996dd03688389a1480fba70f8 (patch) | |
tree | 765f182ea27acc0a90d88adf5937419e15ff070d /security/gpgme03/Makefile | |
parent | 01096fa35bf3c48cb2c9881a530fa109dc257975 (diff) |
Notes
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r-- | security/gpgme03/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 43b77224f4b7..d79c0228c32b 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -15,7 +15,9 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_LIBTOOL= yes +USE_AUTOCONF= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL} .include <bsd.port.mk> |