diff -r 3e84bb641505 ports/graphics/makeicns/Portfile
a
|
b
|
|
5 | 5 | |
6 | 6 | name makeicns |
7 | 7 | version 1.4 |
8 | | revision 2 |
| 8 | revision 3 |
9 | 9 | categories graphics |
10 | 10 | maintainers techno.ms:mk-macports pixilla.com:brad |
11 | 11 | platforms darwin |
12 | 12 | supported_archs ppc i386 x86_64 |
13 | | configure.universal_archs ppc i386 |
14 | 13 | license MIT |
15 | 14 | |
16 | 15 | description This program lets you convert all kinds of images to Apple's icns format on the command line. |
… |
… |
|
32 | 31 | |
33 | 32 | use_configure no |
34 | 33 | |
35 | | variant universal {} |
36 | | if {[variant_isset universal]} { |
37 | | set archflags ${configure.universal_cflags} |
38 | | } else { |
39 | | set archflags ${configure.cc_archflags} |
40 | | } |
| 34 | set archflags ${configure.cc_archflags} |
| 35 | |
41 | 36 | if {${configure.sdkroot} != ""} { |
42 | 37 | configure.ldflags-append "-isysroot ${configure.sdkroot}" |
43 | 38 | } |