diff options
| -rw-r--r-- | packaging/macosx/ports/devel/inkscape-packaging/Portfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/ports/devel/inkscape-packaging/Portfile b/packaging/macosx/ports/devel/inkscape-packaging/Portfile index 53d6ebae1..78de97746 100644 --- a/packaging/macosx/ports/devel/inkscape-packaging/Portfile +++ b/packaging/macosx/ports/devel/inkscape-packaging/Portfile @@ -72,7 +72,7 @@ if {${os.major} == 9} { port:py25-Pillow \ port:py25-uniconvertor } -if {${os.major} == 9} { +if {${os.major} < 9} { # we don't support Tiger anymore return -code error "Mac OS X <= 10.4 not supported."" } |
