diff options
author | erwin <erwin@FreeBSD.org> | 2010-12-16 19:56:45 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-12-16 19:56:45 +0800 |
commit | 41dc9d3730e125a64c74b611f93e7756bb7fc3bc (patch) | |
tree | c979c740e3e19cfe09d58b9ee5a73e40b4b7c060 /games/freeorion | |
parent | 5b11ff8fcc082db3fa5fb89aa06b7484a9181eef (diff) | |
download | freebsd-ports-gnome-41dc9d3730e125a64c74b611f93e7756bb7fc3bc.tar.gz freebsd-ports-gnome-41dc9d3730e125a64c74b611f93e7756bb7fc3bc.tar.zst freebsd-ports-gnome-41dc9d3730e125a64c74b611f93e7756bb7fc3bc.zip |
Mark BROKEN: does not build
Diffstat (limited to 'games/freeorion')
-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 |