Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 18:53:34 +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: r363752 - head/net-p2p/museekplus
Message-ID:  <201408011853.s71IrYdB049160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug  1 18:53:34 2014
New Revision: 363752
URL: http://svnweb.freebsd.org/changeset/ports/363752
QAT: https://qat.redports.org/buildarchive/r363752/

Log:
  Fix LIB_DEPENDS
  
  With hat:	portmgr

Modified:
  head/net-p2p/museekplus/Makefile

Modified: head/net-p2p/museekplus/Makefile
==============================================================================
--- head/net-p2p/museekplus/Makefile	Fri Aug  1 18:17:54 2014	(r363751)
+++ head/net-p2p/museekplus/Makefile	Fri Aug  1 18:53:34 2014	(r363752)
@@ -11,7 +11,7 @@ DISTNAME=	museek+-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SoulSeek client with separate terminal and Qt based interface
 
-LIB_DEPENDS=	libxml++.so:${PORTSDIR}/textproc/libxml++26
+LIB_DEPENDS=	libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 
 USES=		fam pkgconfig scons tar:bzip2



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