From 8805a1ac9339103d0cc18ac85ea872828a9e2022 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Mon, 27 Oct 2003 22:19:45 +0000 Subject: Update to use tk84. Submitted by: kris --- games/ttraffic/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'games/ttraffic') 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 -- cgit v1.2.3