Ticket #48445: native_menus.diff
File native_menus.diff, 798 bytes (added by elelay (Eric Le Lay), 9 years ago) |
---|
-
Portfile
68 68 69 69 variant quartz conflicts xft { 70 70 configure.args-append --disable-xlib 71 depends_lib-append port:gtk-osx-application-gtk2 71 72 } 72 73 73 74 variant python27 description "Enable Python plugin, using python27" conflicts python33 python34 { … … 88 89 configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/ 89 90 } 90 91 92 post-patch { 93 if { [variant_isset quartz] } { 94 reinplace "s|gtk-mac-integration|gtk-mac-integration-gtk2|g" ${worksrcpath}/configure.ac 95 } 96 } 97 91 98 livecheck.type regex 92 99 livecheck.url http://hexchat.github.io/downloads.html 93 100 livecheck.regex ${name}-(\\d+(\\.\\d+)+)\\.tar