diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-12-22 19:16:12 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-22 19:16:12 +0000 |
commit | 54767cbda3b31d482111d4b101f8a3c8c340546f (patch) | |
tree | ee88d0700d306ded5c8343ccfc02ac43673892f1 /security/gpa | |
parent | fe394c762f7960416f32be38a63fe260b7aeb8cc (diff) | |
download | ports-54767cbda3b31d482111d4b101f8a3c8c340546f.tar.gz ports-54767cbda3b31d482111d4b101f8a3c8c340546f.zip |
Notes
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 9a944d7dc657..12c9ced1efac 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -7,14 +7,14 @@ PORTNAME= gpa PORTVERSION= 0.9.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/603/ MAINTAINER= bsdkaffee@gmail.com COMMENT= A graphical frontend for the GNU Privacy Guard -LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ gpgme.18:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg |