aboutsummaryrefslogtreecommitdiffstats
path: root/games/dontspace
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-10 05:08:54 +0800
committermiwi <miwi@FreeBSD.org>2007-04-10 05:08:54 +0800
commit892bcb43c5556707e3c1b7875aaaf62002925100 (patch)
treea2012437009e376c692a9c559d39d5d966c18ac8 /games/dontspace
parentba0240daad4d7e56d2ea253c71cc63e11cb2d644 (diff)
downloadfreebsd-ports-gnome-892bcb43c5556707e3c1b7875aaaf62002925100.tar.gz
freebsd-ports-gnome-892bcb43c5556707e3c1b7875aaaf62002925100.tar.zst
freebsd-ports-gnome-892bcb43c5556707e3c1b7875aaaf62002925100.zip
- Use TCL/TK 8.4
PR: 110324 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout
Diffstat (limited to 'games/dontspace')
-rw-r--r--games/dontspace/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk>