aboutsummaryrefslogtreecommitdiffstats
path: root/games/dontspace/Makefile
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-05-09 11:01:25 +0800
committerjseger <jseger@FreeBSD.org>1999-05-09 11:01:25 +0800
commit1bfdd4139df6b6cbe716963fa07de25e388fa405 (patch)
treee96ee24cd8ebb16f3b05064d3cd8353fcc6ad6b2 /games/dontspace/Makefile
parent56ec4f0b902f9008ebebd95644be53cf03ae1135 (diff)
downloadfreebsd-ports-gnome-1bfdd4139df6b6cbe716963fa07de25e388fa405.tar.gz
freebsd-ports-gnome-1bfdd4139df6b6cbe716963fa07de25e388fa405.tar.zst
freebsd-ports-gnome-1bfdd4139df6b6cbe716963fa07de25e388fa405.zip
Switch to using tk8.0
Diffstat (limited to 'games/dontspace/Makefile')
-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>