diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-04-02 23:18:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-04-02 23:18:18 +0800 |
commit | 9e6310724fb4166a58b158b3470ddb12f059bd7a (patch) | |
tree | 678add676b9fe31ffd46c48a00a198a3797ed21f | |
parent | e82d590b638f622ef8fbfd1b447232c3b08b8a28 (diff) | |
download | freebsd-ports-gnome-9e6310724fb4166a58b158b3470ddb12f059bd7a.tar.gz freebsd-ports-gnome-9e6310724fb4166a58b158b3470ddb12f059bd7a.tar.zst freebsd-ports-gnome-9e6310724fb4166a58b158b3470ddb12f059bd7a.zip |
- remove BROKEN for FreeBSD-8
- add IGNORE for FreeBSD 5.x and 6.2
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 02fbc008ee8e..3371f0e91147 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -91,8 +91,8 @@ OPTIONS= ICONV "Build with ICONV support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 -BROKEN= Does not run on FreeBSD >= 7.0, libtool will exclude all modules +.if ${OSVERSION} <= 630000 +IGNORE= configure needs a newer sh .endif CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ |