Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 10:21:01 +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: r337331 - head/textproc/p5-CSS-Croco
Message-ID:  <201312241021.rBOAL1ZS032555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec 24 10:21:01 2013
New Revision: 337331
URL: http://svnweb.freebsd.org/changeset/ports/337331

Log:
  Fix LIB_DEPENDS

Modified:
  head/textproc/p5-CSS-Croco/Makefile

Modified: head/textproc/p5-CSS-Croco/Makefile
==============================================================================
--- head/textproc/p5-CSS-Croco/Makefile	Tue Dec 24 10:17:15 2013	(r337330)
+++ head/textproc/p5-CSS-Croco/Makefile	Tue Dec 24 10:21:01 2013	(r337331)
@@ -12,7 +12,7 @@ COMMENT=	Quick CSS parser
 
 BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-LIB_DEPENDS=	libcroco.so:${PORTSDIR}/textproc/libcroco
+LIB_DEPENDS=	libcroco-0.6.so:${PORTSDIR}/textproc/libcroco
 
 USES=		perl5 pkgconfig
 USE_PERL5=	configure



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