svn commit: r337331 - head/textproc/p5-CSS-Croco

Antoine Brodin antoine at FreeBSD.org
Tue Dec 24 10:21:02 UTC 2013


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


More information about the svn-ports-head mailing list