Changeset 81852
- Timestamp:
- 08/05/11 20:28:51 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/dbus/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/dbus/Portfile
r81750 r81852 44 44 --with-launchd-agent-dir=${prefix}/Library/LaunchAgents \ 45 45 --with-session-socket-dir=/tmp \ 46 --with-test-socket-dir=/tmp 46 --with-test-socket-dir=/tmp \ 47 --disable-tests 47 48 48 49 pre-configure { … … 61 62 } 62 63 } 63 64 platform darwin 11 {65 configure.args-append --disable-tests66 }67 68 64 69 65 use_parallel_build yes … … 167 163 } 168 164 165 # XXX Building with tests enabled causes dbus to link with dbus-glib, 166 # which it shouldn't do because that port depends on this one: see #30088 169 167 variant test description {enable tests} { 168 configure.args-delete --disable-tests 170 169 configure.args-append --enable-tests 171 170 }
Note: See TracChangeset
for help on using the changeset viewer.

