mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Depend on wish84 instead of wish83.
Requested by: kris
This commit is contained in:
parent
3559c872a7
commit
24fd6c0e70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92298
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.pingx.net/secpanel/
|
||||||
MAINTAINER= petef@FreeBSD.org
|
MAINTAINER= petef@FreeBSD.org
|
||||||
COMMENT= GUI for managing and running ssh and related utilities
|
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
|
ssh-askpass:${PORTSDIR}/security/openssh-askpass
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
|
@ -21,7 +21,7 @@ USE_X_PREFIX= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
post-patch:
|
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!\[file dirname \[info script\]\]/../lib/secpanel!${PREFIX}/share/secpanel! ; \
|
||||||
s!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
|
s!askpassbin askpass!askpassbin ssh-askpass!' ${WRKSRC}/src/bin/secpanel
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue