Date: Sat, 27 Sep 2014 21:07:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369427 - head/www/pear-Services_W3C_HTMLValidator Message-ID: <201409272107.s8RL7OD4078850@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409272107.s8RL7OD4078850>