svn commit: r339248 - head/textproc/p5-XML-Parser

Dmitry Sivachenko demon at FreeBSD.org
Thu Jan 9 15:01:08 UTC 2014


Author: demon
Date: Thu Jan  9 15:01:07 2014
New Revision: 339248
URL: http://svnweb.freebsd.org/changeset/ports/339248

Log:
  Use new format for LIB_DEPENDS.

Modified:
  head/textproc/p5-XML-Parser/Makefile

Modified: head/textproc/p5-XML-Parser/Makefile
==============================================================================
--- head/textproc/p5-XML-Parser/Makefile	Thu Jan  9 14:56:09 2014	(r339247)
+++ head/textproc/p5-XML-Parser/Makefile	Thu Jan  9 15:01:07 2014	(r339248)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension interface to James Clark's XML parser, expat
 
-LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list