diff options
author | anders <anders@FreeBSD.org> | 2002-10-07 03:35:45 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-10-07 03:35:45 +0800 |
commit | 599f2b8486c4bb585b7839c8846b40e92e45e105 (patch) | |
tree | d4d3a637f7617d60be6d90867ddac225af9fbca9 /security/pwman/Makefile | |
parent | 80b86057325dd215d2def505d332ff401297a01e (diff) | |
download | freebsd-ports-gnome-599f2b8486c4bb585b7839c8846b40e92e45e105.tar.gz freebsd-ports-gnome-599f2b8486c4bb585b7839c8846b40e92e45e105.tar.zst freebsd-ports-gnome-599f2b8486c4bb585b7839c8846b40e92e45e105.zip |
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 |