aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-07-01 21:43:05 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2008-07-01 21:43:05 +0800
commit22fe099819b75c588dff57114cda85409f9aa54b (patch)
tree40c708ef7068dd75a4a6ad6621a7d2904e9f03a0 /graphics
parentcc37cf7fd4ccb1b525c6040569fe54bf857ae8ba (diff)
downloadfreebsd-ports-gnome-22fe099819b75c588dff57114cda85409f9aa54b.tar.gz
freebsd-ports-gnome-22fe099819b75c588dff57114cda85409f9aa54b.tar.zst
freebsd-ports-gnome-22fe099819b75c588dff57114cda85409f9aa54b.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