svn commit: r337179 - branches/2014Q1/audio/gmpc

Antoine Brodin antoine at FreeBSD.org
Sun Dec 22 09:42:34 UTC 2013


Author: antoine
Date: Sun Dec 22 09:42:33 2013
New Revision: 337179
URL: http://svnweb.freebsd.org/changeset/ports/337179

Log:
  MFH: r337178
  
  Fix LIB_DEPENDS
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/audio/gmpc/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/audio/gmpc/Makefile
==============================================================================
--- branches/2014Q1/audio/gmpc/Makefile	Sun Dec 22 09:39:09 2013	(r337178)
+++ branches/2014Q1/audio/gmpc/Makefile	Sun Dec 22 09:42:33 2013	(r337179)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libmpd.so:${PORTSDIR}/audio
 		libsexy.so:${PORTSDIR}/x11-toolkits/libsexy \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
 		libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
-		libunique-1.so:${PORTSDIR}/x11-toolkits/unique
+		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk20 libglade2


More information about the svn-ports-branches mailing list