diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 20:32:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 20:32:42 +0800 |
commit | 333b5d2a6067a702eb6526382a31f34c88811409 (patch) | |
tree | 1c58dfccf054a96e34954d66a612ba6bc1ea69b0 | |
parent | e8665338f4bf35fe151389b3910ce81931907561 (diff) | |
download | freebsd-ports-gnome-333b5d2a6067a702eb6526382a31f34c88811409.tar.gz freebsd-ports-gnome-333b5d2a6067a702eb6526382a31f34c88811409.tar.zst freebsd-ports-gnome-333b5d2a6067a702eb6526382a31f34c88811409.zip |
- Use TCL/TK 8.4
PR: 110572
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
-rw-r--r-- | net/openverse/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/openverse/Makefile b/net/openverse/Makefile index 4fe4c4c1597a..33cb5f04d53a 100644 --- a/net/openverse/Makefile +++ b/net/openverse/Makefile @@ -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 |