--- Makefile.orig 2015-03-03 14:24:12.572797000 +0100 +++ Makefile 2015-03-03 14:24:24.029746000 +0100 @@ -187,7 +187,7 @@ .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= libdbus:${PORTSDIR}/devel/dbus \ +LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib SCONS_ARGS+= dbus_export=yes .endif
A commit references this bug: Author: rakuco Date: Tue Mar 3 22:44:01 UTC 2015 New revision: 380397 URL: https://svnweb.freebsd.org/changeset/ports/380397 Log: Fix LIB_DEPENDS for the DBUS option. The dependency on devel/dbus was still using a shorthand name instead of the full file name of the library. Not bumping PORTREVISION because the build was broken before if the DBUS option was on. PR: 198223 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: glebius (maintainer) MFH: 2015Q1 Changes: head/astro/gpsd/Makefile
Assign to committer