aboutsummaryrefslogtreecommitdiffstats
path: root/security/kgpg
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/kgpg
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/kgpg')
-rw-r--r--security/kgpg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/kgpg/Makefile b/security/kgpg/Makefile
index 96705226e5f4..fbd978c88521 100644
--- a/security/kgpg/Makefile
+++ b/security/kgpg/Makefile
@@ -7,14 +7,14 @@
PORTNAME= kgpg
PORTVERSION= 1.0.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security kde
MASTER_SITES= http://developer.kde.org/~kgpg/src/
MAINTAINER= rick@rptn.net
COMMENT= A simple KDE frontend for GnuPG
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
CONFLICTS= kdeutils-3.[2-4].*