aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-28 05:07:24 +0800
committerantoine <antoine@FreeBSD.org>2014-09-28 05:07:24 +0800
commit5f321a6b0a5adc5fef76b1e85a600fb383d5bce0 (patch)
tree558413c05f851135395868257b9867c5002b08dc /www
parentbac3ca793fafccdec41f27e5250baf509c5de3ba (diff)
downloadfreebsd-ports-gnome-5f321a6b0a5adc5fef76b1e85a600fb383d5bce0.tar.gz
freebsd-ports-gnome-5f321a6b0a5adc5fef76b1e85a600fb383d5bce0.tar.zst
freebsd-ports-gnome-5f321a6b0a5adc5fef76b1e85a600fb383d5bce0.zip
Fix conversion to USES=pear
Diffstat (limited to 'www')
-rw-r--r--www/pear-Services_W3C_HTMLValidator/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile
index 250785261262..e13fd87516d9 100644
--- a/www/pear-Services_W3C_HTMLValidator/Makefile
+++ b/www/pear-Services_W3C_HTMLValidator/Makefile
@@ -12,4 +12,6 @@ COMMENT= Object Oriented Interface to the W3C HTML Validator service
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>