diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-06 19:35:45 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-06 19:35:45 +0000 |
commit | 0f43b2e5ab1052202833a8e49dbf86757167c1ed (patch) | |
tree | 24b68adb5588af6bb8018ad59532810e7c9feb3d /security/pwman/Makefile | |
parent | Update to 2.01c. (diff) |
Update to 0.3.0.
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 |