svn commit: r337332 - branches/2014Q1/textproc/p5-CSS-Croco

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


Author: antoine
Date: Tue Dec 24 10:21:56 2013
New Revision: 337332
URL: http://svnweb.freebsd.org/changeset/ports/337332

Log:
  MFH: r337331
  
  Fix LIB_DEPENDS
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/textproc/p5-CSS-Croco/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/textproc/p5-CSS-Croco/Makefile
==============================================================================
--- branches/2014Q1/textproc/p5-CSS-Croco/Makefile	Tue Dec 24 10:21:01 2013	(r337331)
+++ branches/2014Q1/textproc/p5-CSS-Croco/Makefile	Tue Dec 24 10:21:56 2013	(r337332)
@@ -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-branches mailing list