aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-06-30 10:55:42 +0800
committerdinoex <dinoex@FreeBSD.org>2008-06-30 10:55:42 +0800
commit43b1f20720512aa8ea4db53e3258b927a8303ffb (patch)
tree6c21aaa2ff2ea27a39ef6cc420b08009e0d973df /graphics/graphviz
parentdd1b3719e0a5efeb685cdefc87cbb327c64a4890 (diff)
downloadfreebsd-ports-gnome-43b1f20720512aa8ea4db53e3258b927a8303ffb.tar.gz
freebsd-ports-gnome-43b1f20720512aa8ea4db53e3258b927a8303ffb.tar.zst
freebsd-ports-gnome-43b1f20720512aa8ea4db53e3258b927a8303ffb.zip
- mark BROKEN for FreeBSD < 6.3
PR: 125063
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index b0b0bfc6494a..05ce64c427e3 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -90,6 +90,10 @@ OPTIONS= ICONV "Build with ICONV support" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} <= 630000
+BROKEN= configure needs a newer sh
+.endif
+
CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \
--enable-dependency-tracking \
--enable-r=no \