aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-10-27 03:34:31 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-10-27 03:34:31 +0000
commit24fd6c0e7055b3c5aa840ced907f3b8940f25fe5 (patch)
tree9a3301528c652535fb2a1b572ab2e10068aa0538 /security
parent3559c872a773be23c1497131d80fe98f258c456e (diff)
downloadports-24fd6c0e7055b3c5aa840ced907f3b8940f25fe5.tar.gz
ports-24fd6c0e7055b3c5aa840ced907f3b8940f25fe5.zip
Notes
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