summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-09 21:08:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-09 21:08:54 +0000
commit28232193a82f4dba06e0e54147f1bf354990beee (patch)
tree4bf12332a857ddf126bdebdbf48e351b6c2d042f /games
parent- Update to 9.5.6 (diff)
- Use TCL/TK 8.4
PR: 110324 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=189611
Diffstat (limited to 'games')
-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>