Commits
Ken Cunningham authored 24c9e95b9de
43 43 | |
44 44 | # 59037 |
45 45 | conflicts_build libmd |
46 46 | |
47 47 | depends_build-append bin:perl:perl5 \ |
48 48 | bin:python2.7:python27 \ |
49 49 | port:flex \ |
50 50 | port:bison |
51 51 | |
52 52 | # 59552 |
53 - | if {${os.major} < 13} { |
53 + | if {${os.platform} eq "darwin" && ${os.major} < 13} { |
54 54 | depends_build-append port:git |
55 55 | configure.args-append -DGIT_EXECUTABLE=${prefix}/bin/git |
56 56 | } |
57 57 | |
58 58 | license_noconflict perl5 python27 |
59 59 | |
60 60 | depends_lib port:libpng \ |
61 61 | port:libiconv |
62 62 | |
63 63 | patchfiles patch-src-portable_c.c.diff \ |