diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-09 21:08:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-09 21:08:54 +0000 |
commit | 28232193a82f4dba06e0e54147f1bf354990beee (patch) | |
tree | 4bf12332a857ddf126bdebdbf48e351b6c2d042f /games/dontspace/Makefile | |
parent | 1a8508120934d8be8d4d4b2a16e49e2f2f1bb18d (diff) | |
download | ports-28232193a82f4dba06e0e54147f1bf354990beee.tar.gz ports-28232193a82f4dba06e0e54147f1bf354990beee.zip |
Notes
Diffstat (limited to 'games/dontspace/Makefile')
-rw-r--r-- | games/dontspace/Makefile | 8 |
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> |