diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-07 14:59:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-07 14:59:54 +0000 |
commit | 012be413027af5578690adc88688d91bf8c40d5a (patch) | |
tree | 10cdccc7e0b340b6637c0e4147ab74221ec9f719 /security/newpg | |
parent | Add ${PTHREAD_LIBS} because they are missing in `gtk-config --libs`. (diff) |
Add dirmngr to RUN_DEPENDS. Bump PORTREVISION
PR: 51576
Submitted by: maintainer
Diffstat (limited to 'security/newpg')
-rw-r--r-- | security/newpg/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/newpg/Makefile b/security/newpg/Makefile index d612e31c043f..5bf6b05288cb 100644 --- a/security/newpg/Makefile +++ b/security/newpg/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 |