diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-06 22:11:42 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-06 22:11:42 +0000 |
| commit | c0b0e10ff12d37c74f5033a8741cf7f73260ec74 (patch) | |
| tree | df39f9fe353955db948848c0310fbe132b17e393 /packaging | |
| parent | add meta port inkscape-packaging, add README.txt with quick instructions (nee... (diff) | |
| download | inkscape-c0b0e10ff12d37c74f5033a8741cf7f73260ec74.tar.gz inkscape-c0b0e10ff12d37c74f5033a8741cf7f73260ec74.zip | |
fix mistake in inkscape-packaging portfile
(bzr r13506.1.67)
Diffstat (limited to 'packaging')
| -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."" } |
