Ticket #42073: p5-wx.Portfile.diff
File p5-wx.Portfile.diff, 1.2 KB (added by mojca (Mojca Miklavec), 11 years ago) |
---|
-
Portfile
3 3 4 4 PortSystem 1.0 5 5 PortGroup perl5 1.0 6 PortGroup wxWidgets 1.0 6 7 7 8 perl5.branches 5.8 5.10 5.12 5.14 5.16 8 9 perl5.setup Wx 0.9922 10 revision 1 9 11 10 12 platforms darwin 11 13 maintainers nomaintainer … … 19 21 sha256 dc298d4c6916c7a62fa9577116de1ae8e53ff4e42afd6b9858247ae6dc66a387 20 22 21 23 if {${perl5.major} != ""} { 24 wxWidgets.use wxWidgets-3.0 25 26 patchfiles patch-ext-grid-XS-GridCellEditor.xs.diff \ 27 patch-ext-grid-cpp-editor.h.diff \ 28 patch-ext-stc-cpp-st_constants.cpp.diff \ 29 patch-ext-xrc-cpp-xr_constants.cpp.diff \ 30 22 31 depends_build-append \ 23 32 port:p${perl5.major}-extutils-xspp 24 33 25 depends_lib-append port:p${perl5.major}-alien-wxwidgets 34 depends_lib-append port:p${perl5.major}-alien-wxwidgets \ 35 port:${wxWidgets.port} 26 36 27 37 configure.args installdirs=vendor 28 38 }