svn commit: r360096 - head/devel/dbus-glib

Bartek Rutkowski robak at FreeBSD.org
Tue Jul 1 21:26:04 UTC 2014


Author: robak
Date: Tue Jul  1 21:26:03 2014
New Revision: 360096
URL: http://svnweb.freebsd.org/changeset/ports/360096
QAT: https://qat.redports.org/buildarchive/r360096/

Log:
  devel/dbus-glib: convert to new LIB_DEPENDS format
  
  Approved by:	swills (mentor)

Modified:
  head/devel/dbus-glib/Makefile

Modified: head/devel/dbus-glib/Makefile
==============================================================================
--- head/devel/dbus-glib/Makefile	Tue Jul  1 21:16:35 2014	(r360095)
+++ head/devel/dbus-glib/Makefile	Tue Jul  1 21:26:03 2014	(r360096)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://dbus.freedesktop.or
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GLib bindings for the D-BUS messaging system
 
-LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
+LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 
 GNU_CONFIGURE=	yes
 USES=		gettext gmake libtool:keepla pathfix pkgconfig


More information about the svn-ports-all mailing list