svn commit: r337178 - head/audio/gmpc

Antoine Brodin antoine at FreeBSD.org
Sun Dec 22 09:39:10 UTC 2013


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

Log:
  Fix LIB_DEPENDS

Modified:
  head/audio/gmpc/Makefile

Modified: head/audio/gmpc/Makefile
==============================================================================
--- head/audio/gmpc/Makefile	Sun Dec 22 09:19:40 2013	(r337177)
+++ head/audio/gmpc/Makefile	Sun Dec 22 09:39:09 2013	(r337178)
@@ -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-head mailing list