svn commit: r358999 - head/net-im/libjreen

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jun 23 19:17:15 UTC 2014


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 at 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


More information about the svn-ports-head mailing list