diff options
Diffstat (limited to 'games/grubik/Makefile')
-rw-r--r-- | games/grubik/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 430ae25196fa..06ae70817c4d 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -18,13 +18,14 @@ COMMENT= Virtual 3D Rubiks cube for GNUstep LICENSE= GPLv2 +USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes post-patch: - ${RMDIR} ${WRKSRC}/GRubik.app/ix86/linux-gnu - ${RMDIR} ${WRKSRC}/GRubik.app/ix86 + @${RM} -rf ${WRKSRC}/GRubik.app/ix86 + @${REINPLACE_CMD} -e 's|^//|# //|' ${WRKSRC}/GNUmakefile .include <bsd.port.mk> |