From 892bcb43c5556707e3c1b7875aaaf62002925100 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 9 Apr 2007 21:08:54 +0000 Subject: - Use TCL/TK 8.4 PR: 110324 Submitted by: Martin Tournoij Approved by: maintainer timeout --- games/dontspace/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/dontspace') diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index 5b90accae03d..d7df2612ca0b 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -7,18 +7,18 @@ PORTNAME= dontspace PORTVERSION= 1.2 -CATEGORIES= games tk82 +PORTREVISION= 1 +CATEGORIES= games tk84 MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= johnh@isi.edu COMMENT= A solitaire game for X11 modeled after Free Space -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ --mandir=${PREFIX}/man -CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2 +CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.4 +USE_TK= yes MAN6= dontspace.6 .include -- cgit