diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-11-06 17:51:38 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-11-06 17:51:38 +0800 |
commit | ff53992fdc1e1747093fef127c90c92bd14301ea (patch) | |
tree | 0ca495fea527606d7027d018f1e4e72ff6405496 /games | |
parent | cdec5cb1f63ca85457348a458f378cbd7409d5d0 (diff) | |
download | freebsd-ports-gnome-ff53992fdc1e1747093fef127c90c92bd14301ea.tar.gz freebsd-ports-gnome-ff53992fdc1e1747093fef127c90c92bd14301ea.tar.zst freebsd-ports-gnome-ff53992fdc1e1747093fef127c90c92bd14301ea.zip |
- Convert to USES+=tk
Diffstat (limited to 'games')
-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 |