svn commit: r380397 - head/astro/gpsd

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Mar 3 22:44:01 UTC 2015


Author: rakuco
Date: Tue Mar  3 22:44:00 2015
New Revision: 380397
URL: https://svnweb.freebsd.org/changeset/ports/380397
QAT: https://qat.redports.org/buildarchive/r380397/

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 at gmail.com>
  Approved by:	glebius (maintainer)
  MFH:		2015Q1

Modified:
  head/astro/gpsd/Makefile

Modified: head/astro/gpsd/Makefile
==============================================================================
--- head/astro/gpsd/Makefile	Tue Mar  3 20:53:26 2015	(r380396)
+++ head/astro/gpsd/Makefile	Tue Mar  3 22:44:00 2015	(r380397)
@@ -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


More information about the svn-ports-head mailing list