diff options
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 |