diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-05 13:04:26 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-05 13:04:26 +0800 |
commit | 5485c681af31f9edd2d61b5c47516718269582bc (patch) | |
tree | 84fe9e07fb097ec9c8782fe3b07189093796e973 /games | |
parent | 5a21dd9998b58b07000d6aa751c23e5190be7cc9 (diff) | |
download | freebsd-ports-graphics-5485c681af31f9edd2d61b5c47516718269582bc.tar.gz freebsd-ports-graphics-5485c681af31f9edd2d61b5c47516718269582bc.tar.zst freebsd-ports-graphics-5485c681af31f9edd2d61b5c47516718269582bc.zip |
Demand gcc 3.3
Diffstat (limited to 'games')
-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 b6fb290ea17..906e7253e5e 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 |