Date: Sun, 22 Dec 2013 09:39:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337178 - head/audio/gmpc Message-ID: <201312220939.rBM9d927078341@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312220939.rBM9d927078341>