summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-04-03 06:51:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-04-03 06:51:15 +0000
commit2a258f1a74327ee88ca24edf50f0f8fd492b1f6b (patch)
tree5ce41e7a1d3c78c619444d6b5bfbdfd94cfdf243
parent- Update to 2.0.0.12 (diff)
- fix IGNORE for 6.3
Reported by: Ed_ on irc
-rw-r--r--graphics/graphviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 3371f0e91147..b23f1fdabb74 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -91,7 +91,7 @@ OPTIONS= ICONV "Build with ICONV support" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 630000
+.if ${OSVERSION} <= 603000
IGNORE= configure needs a newer sh
.endif