diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-10 07:25:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-10 07:25:50 +0000 |
commit | 75e3d6248baf33a4fda346158c7f3b75c0bdde1b (patch) | |
tree | 66252802cafe586b4f2dc523984cf0631b9aa618 /games/gomoku | |
parent | f0fe753082d8c7a4225bb14cd4c372291e836792 (diff) |
Notes
Diffstat (limited to 'games/gomoku')
-rw-r--r-- | games/gomoku/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile index e9a3872ccc94..eadeb55a745c 100644 --- a/games/gomoku/Makefile +++ b/games/gomoku/Makefile @@ -13,10 +13,8 @@ COMMENT= GNUstep Gomoku game LICENSE= GPLv2 # or later -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Gomoku.app/Gomoku |