aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 07:53:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 07:53:29 +0000
commitc9bf4ab3ee6160323b7df8f55d57299a6aa060ac (patch)
tree2ed987127e6511ddf75a29508ff6c165d197a346 /astro
parent08b69a1586e499ab2139c02ef50c4ed0c40dfda1 (diff)
downloadports-c9bf4ab3ee6160323b7df8f55d57299a6aa060ac.tar.gz
ports-c9bf4ab3ee6160323b7df8f55d57299a6aa060ac.zip
Fix some LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362046
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsd/Makefile4
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