svn commit: r369427 - head/www/pear-Services_W3C_HTMLValidator

Antoine Brodin antoine at FreeBSD.org
Sat Sep 27 21:07:25 UTC 2014


Author: antoine
Date: Sat Sep 27 21:07:24 2014
New Revision: 369427
URL: http://svnweb.freebsd.org/changeset/ports/369427
QAT: https://qat.redports.org/buildarchive/r369427/

Log:
  Fix conversion to USES=pear

Modified:
  head/www/pear-Services_W3C_HTMLValidator/Makefile

Modified: head/www/pear-Services_W3C_HTMLValidator/Makefile
==============================================================================
--- head/www/pear-Services_W3C_HTMLValidator/Makefile	Sat Sep 27 21:01:24 2014	(r369426)
+++ head/www/pear-Services_W3C_HTMLValidator/Makefile	Sat Sep 27 21:07:24 2014	(r369427)
@@ -12,4 +12,6 @@ COMMENT=	Object Oriented Interface to th
 BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
 RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
 
+USES=		pear
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list