Commits

Ken Cunningham authored 24c9e95b9de
doxygen: use ${os.platform}

sorry, forgot
No tags

textproc/doxygen/Portfile

Modified
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 \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut