diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /security/pwman | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) | |
download | ports-39fc32e82863cce17f070122d498ce82cf7ea7af.tar.gz ports-39fc32e82863cce17f070122d498ce82cf7ea7af.zip |
Notes
Diffstat (limited to 'security/pwman')
-rw-r--r-- | security/pwman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 63dc27e28089..18bee566d215 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -3,13 +3,14 @@ PORTNAME= pwman PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= anders@FreeBSD.org COMMENT= Console password management application based on gpg(me) -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 GNU_CONFIGURE= yes |