- Use TCL/TK 8.4
PR: 110572 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
This commit is contained in:
parent
74bfa989c7
commit
9cebe3ac4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187879
1 changed files with 5 additions and 5 deletions
|
@ -6,23 +6,23 @@
|
|||
|
||||
PORTNAME= OpenVerse
|
||||
PORTVERSION= 0.8.7
|
||||
CATEGORIES= net tk82
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net tcl84 tk84
|
||||
MASTER_SITES= http://www.openverse.com/files/OpenVerse/
|
||||
DISTNAME= ${PORTNAME}-0.8-7
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A visual chat program written in Tcl/Tk
|
||||
|
||||
RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \
|
||||
wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
||||
|
||||
USE_TK= yes
|
||||
USE_TCL= yes
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/OpenVerse
|
||||
|
||||
STRIP= # Nothing to Strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/wish|${LOCALBASE}/bin/wish8.2|g' \
|
||||
@${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' \
|
||||
-e 's|/usr/lib/OpenVerse|${PREFIX}/lib/OpenVerse|g' \
|
||||
${WRKSRC}/OpenVerse.tcl
|
||||
|
||||
|
|
Loading…
Reference in a new issue