diff options
Diffstat (limited to 'graphics')
-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 f677b12797a6..b7adcf4f5cd8 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -86,6 +86,10 @@ OPTIONS= TK "Build with TK support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= Does not run on FreeBSD >= 7.0, libtool will exclude all modules +.endif + CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ --enable-dependency-tracking \ --enable-r=no \ |