diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:57:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:57:25 +0000 |
commit | 54f0c0077e1a0e648decd1bcba9b5327d30b0c49 (patch) | |
tree | 6ca2059e6de8785a966cb288135d109c2077fd25 /games/enigma | |
parent | 1a9f977f3f73791d624f472e795f19ce8a7a3ed9 (diff) |
Notes
Diffstat (limited to 'games/enigma')
-rw-r--r-- | games/enigma/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 946fdaf5af62..858d79999c1f 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libzipios.a:${PORTSDIR}/archivers/zipios++ BUILD_DEPENDS+= ${LOCALBASE}/bin/tolua:${PORTSDIR}/lang/tolua4 LIB_DEPENDS= lua.4:${PORTSDIR}/lang/lua4 +BROKEN= Does not compile + USE_GCC= 3.3 GNU_CONFIGURE= yes |