diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:50:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:50:51 +0800 |
commit | 7eedffda02d236d4e8a9fcef3fbde8778d7dc803 (patch) | |
tree | 3e3d84514fc5513fd9bf0f478f53a7ee5819352f /games | |
parent | d64739660c8c4396a12b2d93349e6a1b20cfb6e1 (diff) | |
download | freebsd-ports-gnome-7eedffda02d236d4e8a9fcef3fbde8778d7dc803.tar.gz freebsd-ports-gnome-7eedffda02d236d4e8a9fcef3fbde8778d7dc803.tar.zst freebsd-ports-gnome-7eedffda02d236d4e8a9fcef3fbde8778d7dc803.zip |
Fix build with bmake
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 \ |