diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-06 17:51:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-06 17:51:38 +0800 |
commit | 2a444f4c93b4ac77ba3c393b556463f2fe532071 (patch) | |
tree | 0ca495fea527606d7027d018f1e4e72ff6405496 /games/dontspace | |
parent | 911fc5bb168e34e6cd2f6b8adc610c6a1f0e2fac (diff) | |
download | freebsd-ports-gnome-2a444f4c93b4ac77ba3c393b556463f2fe532071.tar.gz freebsd-ports-gnome-2a444f4c93b4ac77ba3c393b556463f2fe532071.tar.zst freebsd-ports-gnome-2a444f4c93b4ac77ba3c393b556463f2fe532071.zip |
- Convert to USES+=tk
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 2a8f6c7a0a14..5120d370a6dd 100644 --- a/games/dontspace/Makefile +++ b/games/dontspace/Makefile @@ -12,8 +12,8 @@ COMMENT= A solitaire game for X11 modeled after Free Space GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games -CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.4 -USE_TK= yes +CONFIGURE_ENV= WISHX=${WISH} +USES+= tk MAN6= dontspace.6 NO_STAGE= yes |