diff options
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r-- | games/gomoku.app/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index fb7cc49d29b2..df1addbb23e1 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -18,13 +18,10 @@ COMMENT= GNUstep Gomoku game PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes USE_GMAKE= yes -MAKEFILE= GNUmakefile - -.include <bsd.port.pre.mk> - +USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk" +MAKEFILE= GNUmakefile -.include <bsd.port.post.mk> +.include <bsd.port.mk> |