diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-05 05:04:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-05 05:04:26 +0000 |
commit | 4f9c609ebdb5383ad1f67a316803e9c4707f3ada (patch) | |
tree | 2fa30a8f81f47764aa6971789136ac0389cf95a7 /games/enigma | |
parent | e91a8c7710c295ced57960164f823d902dfd4941 (diff) | |
download | ports-4f9c609ebdb5383ad1f67a316803e9c4707f3ada.tar.gz ports-4f9c609ebdb5383ad1f67a316803e9c4707f3ada.zip |
Notes
Diffstat (limited to 'games/enigma')
-rw-r--r-- | games/enigma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index b6fb290ea17a..906e7253e5e0 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -20,7 +20,7 @@ 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 USE_XLIB= yes |