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

     
    22PortSystem 1.0
    33name            dbus
    44version         1.0.2
    5 revision                2
     5revision                3
    66description     A message bus system, a simple way for applications to talk to one another.
    77long_description        ${description}
    88maintainers     rhwood@macports.org
     
    1616depends_lib     port:expat port:libxml2
    1717depends_build   port:pkgconfig
    1818configure.args  --mandir=${prefix}/share/man \
    19                 --enable-tests \
     19                --disable-tests \
    2020                --with-dbus-daemondir=${prefix}/bin
    2121       
    2222configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \