diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-02-21 13:07:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-02-21 13:07:24 +0000 |
commit | 6280b6d0c8efdee00436b88f799ce544f64c309c (patch) | |
tree | 7374e4fa81ba615e4eafbfeed20b94a34874355b /graphics | |
parent | 59467621c995909b0ca98614e8285544cbf53add (diff) | |
download | ports-6280b6d0c8efdee00436b88f799ce544f64c309c.tar.gz ports-6280b6d0c8efdee00436b88f799ce544f64c309c.zip |
Notes
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 \ |