diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-03-04 06:44:00 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-03-04 06:44:00 +0800 |
commit | e3651d553e77386538cafb19e942935d4eef9686 (patch) | |
tree | dc4c3e6f2bc9b28741adfd4a2e14864f6e528728 /astro | |
parent | 114cd9b2ff44cb02221ec9b3fb7bbaf1b3ee3113 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |