diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/openalchemist/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 3e1b22550b40..8cca0b116110 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -17,6 +17,10 @@ LICENSE_NAME_CCbySA= Creative Commons Attribution-ShareAlike LICENSE_FILE_CCbySA= ${WRKSRC}/GRAPHICS-LICENSE LICENSE_PERMS_CCbySA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= clanCore:${PORTSDIR}/devel/clanlib1 \ jpeg:${PORTSDIR}/graphics/jpeg \ |