aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpa
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-12-22 10:51:16 +0800
committerkuriyama <kuriyama@FreeBSD.org>2006-12-22 10:51:16 +0800
commit8ca7b0188594153875bb2a9ecc42640a164f458d (patch)
treefbf580ad96d1fe2f23edbd1fec5342b314fe4867 /security/gpa
parentbcb27a79a49564bc4f677adb8c8e94ec65b2d52d (diff)
downloadfreebsd-ports-gnome-8ca7b0188594153875bb2a9ecc42640a164f458d.tar.gz
freebsd-ports-gnome-8ca7b0188594153875bb2a9ecc42640a164f458d.tar.zst
freebsd-ports-gnome-8ca7b0188594153875bb2a9ecc42640a164f458d.zip
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index e5d75c9dd683..f6e3e944403e 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpa
PORTVERSION= 0.7.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/241/
@@ -15,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical frontend for the GNU Privacy Guard
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme
-BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
+BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
USE_BZIP2= yes
USE_GMAKE= yes