diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-27 21:07:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-27 21:07:24 +0000 |
commit | 9222343eab0b1369706dfb2e2eb5b15c7954d906 (patch) | |
tree | 558413c05f851135395868257b9867c5002b08dc | |
parent | security/rubygem-metasploit_data_models: update to 0.20.1 (diff) |
Fix conversion to USES=pear
Notes
Notes:
svn path=/head/; revision=369427
-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> |