diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-28 05:07:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-28 05:07:24 +0800 |
commit | 5f321a6b0a5adc5fef76b1e85a600fb383d5bce0 (patch) | |
tree | 558413c05f851135395868257b9867c5002b08dc /www | |
parent | bac3ca793fafccdec41f27e5250baf509c5de3ba (diff) | |
download | freebsd-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/Makefile | 2 |
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> |