Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 09:42:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337179 - branches/2014Q1/audio/gmpc
Message-ID:  <201312220942.rBM9gYL0081150@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312220942.rBM9gYL0081150>