diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 07:53:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 07:53:29 +0000 |
commit | c9bf4ab3ee6160323b7df8f55d57299a6aa060ac (patch) | |
tree | 2ed987127e6511ddf75a29508ff6c165d197a346 /astro/gpsd | |
parent | 08b69a1586e499ab2139c02ef50c4ed0c40dfda1 (diff) |
Notes
Diffstat (limited to 'astro/gpsd')
-rw-r--r-- | astro/gpsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index da3e0b3c2c35..569cac997aa2 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -188,8 +188,8 @@ SCONS_ARGS+= socket_export=no .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus:${PORTSDIR}/devel/dbus \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib SCONS_ARGS+= dbus_export=yes .endif |