diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:50:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 21:50:51 +0000 |
commit | a584b780b3642f61c3859157625fc7f3c178431e (patch) | |
tree | 3e3d84514fc5513fd9bf0f478f53a7ee5819352f /games/openalchemist | |
parent | a920e3b7086a324d605464ad527c1a403952c0b4 (diff) |
Notes
Diffstat (limited to 'games/openalchemist')
-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 \ |