diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-12 02:48:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-12 02:48:19 +0000 |
commit | cf8b48dc6bff4c75ae8cd03fd0b99f5bd3c5bb84 (patch) | |
tree | b39f66b3d05f1ac0492c093680ee7a0935af6f70 /games/bs | |
parent | Guichan is a portable C++ GUI library designed for (diff) |
Add USE_GMAKE to fix build
Notes
Notes:
svn path=/head/; revision=145060
Diffstat (limited to 'games/bs')
-rw-r--r-- | games/bs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 3887402a84af..b2dee1e85af7 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -15,6 +15,7 @@ COMMENT= Battleships solitaire game with a color interface MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty +USE_GMAKE= yes MAN6= bs.6 PLIST_FILES= bin/bs |