diff options
author | kris <kris@FreeBSD.org> | 2004-12-04 09:37:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-04 09:37:01 +0800 |
commit | 873aee9f8d98420295fabdaf8fe3e557cfe22251 (patch) | |
tree | 9d1a7ca8b46c718deb624c2b8f4c030c78a3dc50 /games/enigma | |
parent | 996dafb8fcee9fec486bef3665c7636ee75c9f3e (diff) | |
download | freebsd-ports-graphics-873aee9f8d98420295fabdaf8fe3e557cfe22251.tar.gz freebsd-ports-graphics-873aee9f8d98420295fabdaf8fe3e557cfe22251.tar.zst freebsd-ports-graphics-873aee9f8d98420295fabdaf8fe3e557cfe22251.zip |
BROKEN: Does not compile
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 26f59093cb1..b6fb290ea17 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 + GNU_CONFIGURE= yes USE_XLIB= yes USE_GMAKE= yes |