aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-10-27 11:34:31 +0800
committerpetef <petef@FreeBSD.org>2003-10-27 11:34:31 +0800
commit4bf7a448802ce1cae2c20ad7fbfdd8d4cc79c025 (patch)
tree48c15246bb264398718adfa01c74a297e389f406 /security
parent76d33d1d487ada53474b0cd84b62dc0ffb1d9a11 (diff)
downloadfreebsd-ports-gnome-4bf7a448802ce1cae2c20ad7fbfdd8d4cc79c025.tar.gz
freebsd-ports-gnome-4bf7a448802ce1cae2c20ad7fbfdd8d4cc79c025.tar.zst
freebsd-ports-gnome-4bf7a448802ce1cae2c20ad7fbfdd8d4cc79c025.zip
Depend on wish84 instead of wish83.
Requested by: kris
Diffstat (limited to 'security')
-rw-r--r--security/secpanel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/secpanel/Makefile b/security/secpanel/Makefile
index 4a210c5f5608..d20cb2af648f 100644
--- a/security/secpanel/Makefile
+++ b/security/secpanel/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.pingx.net/secpanel/
MAINTAINER= petef@FreeBSD.org
COMMENT= GUI for managing and running ssh and related utilities
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
ssh-askpass:${PORTSDIR}/security/openssh-askpass
USE_X_PREFIX= yes
@@ -21,7 +21,7 @@ USE_X_PREFIX= yes
NO_BUILD= yes
post-patch:
- @${PERL} -pi -e 's!^exec wish!exec wish8.3!; \
+ @${PERL} -pi -e 's!^exec wish!exec wish8.4!; \
s!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel! ; \
s!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel