aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2015-03-04 06:44:00 +0800
committerrakuco <rakuco@FreeBSD.org>2015-03-04 06:44:00 +0800
commite3651d553e77386538cafb19e942935d4eef9686 (patch)
treedc4c3e6f2bc9b28741adfd4a2e14864f6e528728 /astro
parent114cd9b2ff44cb02221ec9b3fb7bbaf1b3ee3113 (diff)
downloadfreebsd-ports-gnome-e3651d553e77386538cafb19e942935d4eef9686.tar.gz
freebsd-ports-gnome-e3651d553e77386538cafb19e942935d4eef9686.tar.zst
freebsd-ports-gnome-e3651d553e77386538cafb19e942935d4eef9686.zip
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
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index bc7bdcac0e8d..85ec303ad5b9 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -187,7 +187,7 @@ SCONS_ARGS+= socket_export=no
.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