diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-20 21:16:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-20 21:16:51 +0000 |
commit | 456870a059f576c47343fbf6159975f2a3e028a1 (patch) | |
tree | 61f0b8435eaa9b6fcb6fad7a9a3600d5933284b9 | |
parent | d673e1bf89acf1ea0be520108da9034524258edd (diff) | |
download | ports-456870a059f576c47343fbf6159975f2a3e028a1.tar.gz ports-456870a059f576c47343fbf6159975f2a3e028a1.zip |
Notes
-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 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 |