diff options
-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> |