aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 10:51:16 +0800
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 10:51:16 +0800
commit265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch)
treed52f4de392099aa5dde3456739362f46e39a898d /misc
parentcdcb91922078c3340e4a51d1ef396c987d8d3e9a (diff)
downloadfreebsd-ports-gnome-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.gz
freebsd-ports-gnome-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.zst
freebsd-ports-gnome-265500d7d8b65ca413aaee2904fbc7a95b74bc17.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 'misc')
-rw-r--r--misc/instant-workstation/Makefile4
-rw-r--r--misc/kdeutils3/Makefile4
-rw-r--r--misc/kdeutils4/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile
index 91b02d28ca18..e9b330d57214 100644
--- a/misc/instant-workstation/Makefile
+++ b/misc/instant-workstation/Makefile
@@ -7,7 +7,7 @@
PORTNAME= instant-workstation
PORTVERSION= 1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.lemis.com/pub/
@@ -29,7 +29,7 @@ RUN_DEPENDS= acroread7:${PORTSDIR}/print/acroread7 \
grip:${PORTSDIR}/audio/grip \
gimp:${PORTSDIR}/graphics/gimp1 \
gv:${PORTSDIR}/print/gv \
- gpg:${PORTSDIR}/security/gnupg1 \
+ gpgv:${PORTSDIR}/security/gnupg1 \
ispell:${PORTSDIR}/textproc/ispell \
startkde:${PORTSDIR}/x11/kde3 \
mutt:${PORTSDIR}/mail/mutt \
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile
index 48d491e234e6..f47e139872f7 100644
--- a/misc/kdeutils3/Makefile
+++ b/misc/kdeutils3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -18,7 +18,7 @@ COMMENT= Utilities for the KDE integrated X11 desktop
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
netsnmp:${PORTSDIR}/net-mgmt/net-snmp
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]*
diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile
index 48d491e234e6..f47e139872f7 100644
--- a/misc/kdeutils4/Makefile
+++ b/misc/kdeutils4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -18,7 +18,7 @@ COMMENT= Utilities for the KDE integrated X11 desktop
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
netsnmp:${PORTSDIR}/net-mgmt/net-snmp
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]*