svn commit: r369381 - head/textproc/pear-XML_Feed_Parser

Antoine Brodin antoine at FreeBSD.org
Sat Sep 27 08:42:04 UTC 2014


Author: antoine
Date: Sat Sep 27 08:42:03 2014
New Revision: 369381
URL: http://svnweb.freebsd.org/changeset/ports/369381
QAT: https://qat.redports.org/buildarchive/r369381/

Log:
  Fix conversion to USES=pear

Modified:
  head/textproc/pear-XML_Feed_Parser/Makefile

Modified: head/textproc/pear-XML_Feed_Parser/Makefile
==============================================================================
--- head/textproc/pear-XML_Feed_Parser/Makefile	Sat Sep 27 08:34:11 2014	(r369380)
+++ head/textproc/pear-XML_Feed_Parser/Makefile	Sat Sep 27 08:42:03 2014	(r369381)
@@ -8,6 +8,7 @@ CATEGORIES=	textproc devel pear
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Providing a unified API for handling Atom/RSS
 
-USE_PHP=	tidy dom pear
+USES=		pear
+USE_PHP=	tidy dom
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list