diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-12-16 11:56:45 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-12-16 11:56:45 +0000 |
commit | bd833792fb7b4717a3fe71e3df9d90d62aaef65f (patch) | |
tree | 9b11e76ed8ce7a0fe595e25a9356251a131d2d04 /games | |
parent | 4ae70a7feb9b92fecb4f23d5c9cb636cd56b270a (diff) | |
download | ports-bd833792fb7b4717a3fe71e3df9d90d62aaef65f.tar.gz ports-bd833792fb7b4717a3fe71e3df9d90d62aaef65f.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index b8f12473fa2d..981999d2e4fd 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \ RUN_DEPENDS= ${LOCALBASE}/lib/libLinearMath.a:${PORTSDIR}/devel/bullet BUILD_DEPENDS= ${LOCALBASE}/lib/libLinearMath.a:${PORTSDIR}/devel/bullet +BROKEN= does not build + USE_GCC= 4.4+ USE_BZIP2= yes USE_PYTHON= yes |