diff options
author | arved <arved@FreeBSD.org> | 2003-05-07 22:59:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-07 22:59:54 +0800 |
commit | 13538d096dfcdf315d0ffc2fa13a6f7d6ae97618 (patch) | |
tree | 17407bd7c608e0be32d5414756b01ba5aaf824c9 /security/gnupg-devel | |
parent | 6c6d742c1c10c9967b6fea75415321087aa9d1c8 (diff) | |
download | freebsd-ports-gnome-13538d096dfcdf315d0ffc2fa13a6f7d6ae97618.tar.gz freebsd-ports-gnome-13538d096dfcdf315d0ffc2fa13a6f7d6ae97618.tar.zst freebsd-ports-gnome-13538d096dfcdf315d0ffc2fa13a6f7d6ae97618.zip |
Add dirmngr to RUN_DEPENDS. Bump PORTREVISION
PR: 51576
Submitted by: maintainer
Diffstat (limited to 'security/gnupg-devel')
-rw-r--r-- | security/gnupg-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index d612e31c043f..5bf6b05288cb 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= newpg PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/aegypten @@ -21,8 +21,9 @@ LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ ksba.7:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ - pinentry-curses:${PORTSDIR}/security/pinentry - + pinentry-curses:${PORTSDIR}/security/pinentry \ + dirmngr:${PORTSDIR}/security/dirmngr + USE_AUTOCONF_VER=253 USE_LIBTOOL= yes USE_GMAKE= yes |