From c0b0e10ff12d37c74f5033a8741cf7f73260ec74 Mon Sep 17 00:00:00 2001 From: su_v Date: Sun, 7 Sep 2014 00:11:42 +0200 Subject: fix mistake in inkscape-packaging portfile (bzr r13506.1.67) --- packaging/macosx/ports/devel/inkscape-packaging/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."" } -- cgit v1.2.3