diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-01-14 07:42:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-01-14 07:42:11 +0000 |
commit | 0064bfe0b9d780613208a79a28f56fe3ee49e8d3 (patch) | |
tree | 5d3c5bcee473895cd4442874bb08bcbee51511c3 /security/gpa | |
parent | 234f52596baab09619c149946756943f241b34eb (diff) |
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 12c9ced1efac..e321b26de3c1 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -7,14 +7,14 @@ PORTNAME= gpa PORTVERSION= 0.9.0 -PORTREVISION= 8 +PORTREVISION= 9 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.1:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gpgme.18:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg |