aboutsummaryrefslogtreecommitdiff
path: root/games/freeorion
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-20 21:16:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-20 21:16:51 +0000
commit456870a059f576c47343fbf6159975f2a3e028a1 (patch)
tree61f0b8435eaa9b6fcb6fad7a9a3600d5933284b9 /games/freeorion
parentd673e1bf89acf1ea0be520108da9034524258edd (diff)
downloadports-456870a059f576c47343fbf6159975f2a3e028a1.tar.gz
ports-456870a059f576c47343fbf6159975f2a3e028a1.zip
- Mark BROKEN: does not compile with graphviz-2.22.2
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=230512
Diffstat (limited to 'games/freeorion')
-rw-r--r--games/freeorion/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile
index 4d23ecf07bce..576209db922e 100644
--- a/games/freeorion/Makefile
+++ b/games/freeorion/Makefile
@@ -28,6 +28,8 @@ SCONS_BUILDENV= PYTHON_LIB=${PYTHON_VERSION}
USE_SDL= sdl net
WRKSRC= ${WRKDIR}/${PORTNAME}/FreeOrion
+BROKEN= does not compile with new graphviz
+
.if defined(WITH_DEBUG)
SCONS_ARGS+= debug=1
.else