diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-10-27 22:19:45 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-10-27 22:19:45 +0000 |
commit | 8805a1ac9339103d0cc18ac85ea872828a9e2022 (patch) | |
tree | 6057fc3f2445033a260ad53e7e9a1e256db51b77 /games/ttraffic | |
parent | c729fc24423d9c7c8f7527491ff3a256d1968722 (diff) |
Notes
Diffstat (limited to 'games/ttraffic')
-rw-r--r-- | games/ttraffic/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/ttraffic/Makefile b/games/ttraffic/Makefile index a1427c55eb5b..1ef5ecd77dda 100644 --- a/games/ttraffic/Makefile +++ b/games/ttraffic/Makefile @@ -7,21 +7,22 @@ PORTNAME= ttraffic PORTVERSION= 0.8 -CATEGORIES= games +PORTREVISION= 1 +CATEGORIES= games tk84 MASTER_SITES= http://alpha.luc.ac.be/Research/Algebra/Members/Ttraffic/ \ http://www.tobez.org/download/port-mirrors/games/ttraffic/ MAINTAINER= tobez@FreeBSD.org COMMENT= TTraffic - A Tcl/Tk version of Rush Hour -BUILD_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +BUILD_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 NO_BUILD= yes post-patch: ${PERL} -pi -e 's|/usr/local/share/ttraffic/|${DATADIR}/|g;' \ - -e 's|#!/usr/bin/wish|#!${LOCALBASE}/bin/wish8.3|g' \ + -e 's|#!/usr/bin/wish|#!${LOCALBASE}/bin/wish8.4|g' \ ${WRKSRC}/ttraffic.tcl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${PREFIX}/bin/ttraffic |