diff options
Diffstat (limited to 'games/dontspace')
-rw-r--r-- | games/dontspace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/dontspace/Makefile b/games/dontspace/Makefile index 753fc947bc57..bbf52a3221da 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -3,7 +3,7 @@ # Date created: 26-Apr-97 # Whom: johnh@isi.edu # -# $Id: Makefile,v 1.3 1997/05/09 23:38:42 asami Exp $ +# $Id: Makefile,v 1.4 1998/02/21 22:37:55 fenner Exp $ # DISTNAME= dontspace-1.2 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ MAINTAINER= johnh@isi.edu -RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11-toolkits/tk41 GNU_CONFIGURE= Yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \ |