aboutsummaryrefslogtreecommitdiff
path: root/games/dontspace
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-05-09 03:01:25 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-05-09 03:01:25 +0000
commit81f27d499f6a4fe318bd12a5f8cb8f3215694ead (patch)
tree40235206d6be8864e4bc3b174c0f98f52f349307 /games/dontspace
parentfd79e90fcaad2a9c26ec438add0646de60a425ac (diff)
downloadports-81f27d499f6a4fe318bd12a5f8cb8f3215694ead.tar.gz
ports-81f27d499f6a4fe318bd12a5f8cb8f3215694ead.zip
Switch to using tk8.0
Notes
Notes: svn path=/head/; revision=18623
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 bbf52a3221da..21b17aeaadf8 100644
--- a/games/dontspace/Makefile
+++ b/games/dontspace/Makefile
@@ -3,21 +3,21 @@
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
-# $Id: Makefile,v 1.4 1998/02/21 22:37:55 fenner Exp $
+# $Id: Makefile,v 1.5 1998/08/07 23:56:20 asami Exp $
#
DISTNAME= dontspace-1.2
-CATEGORIES= games tk41
+CATEGORIES= games tk80
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= johnh@isi.edu
-RUN_DEPENDS= wish4.1:${PORTSDIR}/x11-toolkits/tk41
+RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
-CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish4.1
+CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.0
MAN6= dontspace.6
.include <bsd.port.mk>