Commits
Marcus Calhoun-Lopez authored 9fb3bc8a39f
161 161 | |
162 162 | # XXX Building with tests enabled causes dbus to link with dbus-glib, |
163 163 | # which it shouldn't do because that port depends on this one: see #30088 |
164 164 | variant test description {enable tests (Only Works if dbus is Already Installed)} { |
165 165 | ui_warn "This variant requires circular dependencies and only works if ${name} is already installed" |
166 166 | |
167 167 | configure.args-replace --disable-tests \ |
168 168 | --enable-tests |
169 169 | configure.args-append --without-dbus-glib |
170 170 | depends_build-append path:lib/pkgconfig/glib-2.0.pc:glib2 |
171 - | depends_build-append port:python27 port:dbus-python27 port:py27-gobject port:dbus-python |
171 + | depends_build-append port:python27 port:dbus-python27 port:py27-gobject3 port:dbus-python |
172 172 | configure.python ${prefix}/bin/python2.7 |
173 173 | } |
174 174 | |
175 175 | set cross_opts "ac_cv_have_abstract_sockets=no" |
176 176 | if {${os.arch} eq "i386"} { |
177 177 | if { ${os.major} >= 10 } { |
178 178 | set merger_configure_env(ppc) ${cross_opts} |
179 179 | } |
180 180 | set merger_configure_env(ppc64) ${cross_opts} |
181 181 | } else { |