aboutsummaryrefslogtreecommitdiff
path: root/security/sguil-client
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 02:51:16 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 02:51:16 +0000
commit265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch)
treed52f4de392099aa5dde3456739362f46e39a898d /security/sguil-client
parentcdcb91922078c3340e4a51d1ef396c987d8d3e9a (diff)
downloadports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=180452
Diffstat (limited to 'security/sguil-client')
-rw-r--r--security/sguil-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sguil-client/Makefile b/security/sguil-client/Makefile
index 57ce339ab830..680685525395 100644
--- a/security/sguil-client/Makefile
+++ b/security/sguil-client/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sguil-client
PORTVERSION= 0.6.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sguil
@@ -16,7 +16,7 @@ MAINTAINER= pauls@utdallas.edu
COMMENT= Sguil is a network security monitoring program
RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \
- gpg:${PORTSDIR}/security/gnupg1 \
+ gpgv:${PORTSDIR}/security/gnupg1 \
${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX \
${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets