aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-07-01 21:43:05 +0800
committerdinoex <dinoex@FreeBSD.org>2008-07-01 21:43:05 +0800
commit1a7246e0187ca70500e5425a090f3ecce2733bb8 (patch)
tree175861e7df4a7426b07d9bab9f404e7b3744cc7a /graphics
parent87f9535f30cdd518f96bf23979763049427b3574 (diff)
downloadfreebsd-ports-gnome-1a7246e0187ca70500e5425a090f3ecce2733bb8.tar.gz
freebsd-ports-gnome-1a7246e0187ca70500e5425a090f3ecce2733bb8.tar.zst
freebsd-ports-gnome-1a7246e0187ca70500e5425a090f3ecce2733bb8.zip
- fix OSVERSION
PR: 125063
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 05ce64c427e3..fddbe9b31ee6 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -90,7 +90,7 @@ OPTIONS= ICONV "Build with ICONV support" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 630000
+.if ${OSVERSION} < 603000
BROKEN= configure needs a newer sh
.endif