Ticket #12046: dbus_disable_tests_typo_fix.diff
File dbus_disable_tests_typo_fix.diff, 697 bytes (added by boeyms@…, 17 years ago) |
---|
-
devel/dbus/Portfile
2 2 PortSystem 1.0 3 3 name dbus 4 4 version 1.0.2 5 revision 25 revision 3 6 6 description A message bus system, a simple way for applications to talk to one another. 7 7 long_description ${description} 8 8 maintainers rhwood@macports.org … … 16 16 depends_lib port:expat port:libxml2 17 17 depends_build port:pkgconfig 18 18 configure.args --mandir=${prefix}/share/man \ 19 -- enable-tests \19 --disable-tests \ 20 20 --with-dbus-daemondir=${prefix}/bin 21 21 22 22 configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \