Changeset 80856
- Timestamp:
- 07/19/11 00:08:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/wxWidgets-devel/Portfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/wxWidgets-devel/Portfile
r80802 r80856 7 7 conflicts wxgtk wxWidgets 8 8 version 2.9.2 9 revision 1 9 10 10 11 categories graphics devel … … 38 39 port:zlib \ 39 40 port:libiconv \ 40 port:expat \ 41 path:lib/pkgconfig/sdl.pc:libsdl \ 42 port:libsdl_mixer 43 41 port:expat 44 42 45 43 archcheck.files lib/libjpeg.dylib \ … … 66 64 --with-opengl \ 67 65 --with-cocoa \ 66 --without-sdl \ 68 67 --enable-unicode \ 69 68 --enable-display … … 83 82 } 84 83 84 default_variants +sdl 85 85 86 variant monolithic description {build only one library} { 86 87 configure.args-append --enable-monolithic … … 91 92 } 92 93 94 variant sdl description {Use SDL for audio on Unix} { 95 depends_lib-append path:lib/pkgconfig/sdl.pc:libsdl 96 depends_lib-append port:libsdl_mixer 97 configure.args-delete --without-sdl 98 configure.args-append --with-sdl 99 } 100 101 variant stdlib description {add support for various standard library features} { 102 configure.args-append --enable-stl \ 103 --enable-std_containers \ 104 --enable-std_iostreams \ 105 --enable-std_string \ 106 --enable-std_string_conv_in_wxstring 107 } 108 93 109 livecheck.type regex 94 110 livecheck.url ${homepage}/downloads/
Note: See TracChangeset
for help on using the changeset viewer.

