diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-02 03:08:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-03-02 03:08:46 +0000 |
commit | 49eac03ebbee20b2ca2d9116766ffc862d9cf722 (patch) | |
tree | 7d513df8cbd2f92a6176caf4971ecd42047323ef /security/gnupg-devel | |
parent | e7d7f2b19d15f2561311b4402c588a45ae680ef5 (diff) |
Notes
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r-- | security/gnupg-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index d9698af3e447..d612e31c043f 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= newpg PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/aegypten @@ -14,14 +15,15 @@ MASTER_SITE_SUBDIR= alpha/aegypten MAINTAINER= michaelnottebrock@gmx.net COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ iconv.3:${PORTSDIR}/converters/libiconv \ intl.4:${PORTSDIR}/devel/gettext \ ksba.7:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth -RUN_DEPENDS= pinentry-curses:${PORTSDIR}/security/pinentry +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ + pinentry-curses:${PORTSDIR}/security/pinentry +USE_AUTOCONF_VER=253 USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes |