diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-02 15:18:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-02 15:18:18 +0000 |
commit | cae63f89c5973fa109ce774fbf3f1d9191ffeb9a (patch) | |
tree | f419513499341e4925a927ac10194c4883cd58e1 | |
parent | - Update to 1.05 (diff) |
- 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/" \ |