diff options
Diffstat (limited to 'security/pwman/Makefile')
-rw-r--r-- | security/pwman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile index c12518e8ea07..6ab75c92069f 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pwman -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme -RUN_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg GNU_CONFIGURE= yes |