diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-03 06:51:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-03 06:51:15 +0000 |
commit | 2a258f1a74327ee88ca24edf50f0f8fd492b1f6b (patch) | |
tree | 5ce41e7a1d3c78c619444d6b5bfbdfd94cfdf243 /graphics | |
parent | 87e6b6b058cb2335ddbcab991ae3f1d1c367e070 (diff) | |
download | ports-2a258f1a74327ee88ca24edf50f0f8fd492b1f6b.tar.gz ports-2a258f1a74327ee88ca24edf50f0f8fd492b1f6b.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
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 |