diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-01 21:43:05 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-01 21:43:05 +0800 |
commit | 22fe099819b75c588dff57114cda85409f9aa54b (patch) | |
tree | 40c708ef7068dd75a4a6ad6621a7d2904e9f03a0 /graphics | |
parent | cc37cf7fd4ccb1b525c6040569fe54bf857ae8ba (diff) | |
download | freebsd-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/Makefile | 2 |
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 |