svn commit: r362274 - head/audio/rhythmbox

Tijl Coosemans tijl at FreeBSD.org
Sat Jul 19 18:15:05 UTC 2014


Author: tijl
Date: Sat Jul 19 18:15:04 2014
New Revision: 362274
URL: http://svnweb.freebsd.org/changeset/ports/362274
QAT: https://qat.redports.org/buildarchive/r362274/

Log:
  New LIB_DEPENDS syntax
  
  Reported by:	Mike Harding <mvharding at gmail.com>

Modified:
  head/audio/rhythmbox/Makefile

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Sat Jul 19 17:29:00 2014	(r362273)
+++ head/audio/rhythmbox/Makefile	Sat Jul 19 18:15:04 2014	(r362274)
@@ -81,7 +81,7 @@ PLIST_SUB+=		MTP="@comment "
 .if ${PORT_OPTIONS:MDAAP}
 CONFIGURE_ARGS+=	--enable-daap  --with-mdns=avahi
 LIB_DEPENDS+=		libavahi-client.so:${PORTSDIR}/net/avahi-app \
-    			gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+			libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
 PLIST_SUB+=		DAAP=""
 .else
 .if exists(${LOCALBASE}/lib/libavahi-client.a)


More information about the svn-ports-all mailing list