diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-30 02:55:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-30 02:55:42 +0000 |
commit | a19abda447f280c7977d2e998203db0af3f21219 (patch) | |
tree | 249216606b625c236a873b899e075461e602d330 /graphics/graphviz | |
parent | f47bfb107226ea8d3bdb085b4109ea4e8c50266a (diff) | |
download | ports-a19abda447f280c7977d2e998203db0af3f21219.tar.gz ports-a19abda447f280c7977d2e998203db0af3f21219.zip |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
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 \ |