Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 19:17:15 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358999 - head/net-im/libjreen
Message-ID:  <201406231917.s5NJHFdi001681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon Jun 23 19:17:15 2014
New Revision: 358999
URL: http://svnweb.freebsd.org/changeset/ports/358999
QAT: https://qat.redports.org/buildarchive/r358999/

Log:
  Convert to the new LIB_DEPENDS syntax.
  
  PR:		191316
  Submitted by:	akuz84@gmail.com

Modified:
  head/net-im/libjreen/Makefile

Modified: head/net-im/libjreen/Makefile
==============================================================================
--- head/net-im/libjreen/Makefile	Mon Jun 23 19:16:59 2014	(r358998)
+++ head/net-im/libjreen/Makefile	Mon Jun 23 19:17:15 2014	(r358999)
@@ -9,8 +9,8 @@ COMMENT=	Qt4 based jabber library
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	qca:${PORTSDIR}/devel/qca \
-		speex:${PORTSDIR}/audio/speex
+LIB_DEPENDS=	libqca.so:${PORTSDIR}/devel/qca \
+		libspeex.so:${PORTSDIR}/audio/speex
 
 GH_ACCOUNT=	euroelessar
 GH_COMMIT=	388621f



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