Ticket #21806: wireshark-add-quartz.patch
File wireshark-add-quartz.patch, 697 bytes (added by pokui@…, 10 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 120565 2014-06-01 16:53:49Z cal@macports.org $ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 PortGroup active_variants 1.1 5 4 6 name wireshark 5 7 version 1.10.7 6 8 revision 1 … … 170 172 depends_lib-append port:openssl 171 173 } 172 174 173 variant x11 { 175 variant quartz conflicts x11 { 176 depends_lib-append port:gtk2 177 configure.args-delete --disable-wireshark 178 require_active_variants gtk2 quartz x11 179 } 180 181 variant x11 conflicts quartz { 174 182 depends_lib-append port:gtk2 175 183 configure.args-delete --disable-wireshark 184 require_active_variants gtk2 x11 quartz 176 185 } 177 186 178 187