diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-21 12:32:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-21 12:32:42 +0000 |
commit | 9cebe3ac4d6807f24c48d920284e16d2af8757fb (patch) | |
tree | e628ce5054c69eb8b6392a30bc677414c6fc5efe /net | |
parent | 74bfa989c7996ea4cbe3d4a41dc0eee17faa6cde (diff) | |
download | ports-9cebe3ac4d6807f24c48d920284e16d2af8757fb.tar.gz ports-9cebe3ac4d6807f24c48d920284e16d2af8757fb.zip |
- Use TCL/TK 8.4
PR: 110572
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes
Notes:
svn path=/head/; revision=187879
Diffstat (limited to 'net')
-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 |