diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/pear-Services_W3C_HTMLValidator | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/pear-Services_W3C_HTMLValidator')
-rw-r--r-- | www/pear-Services_W3C_HTMLValidator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-Services_W3C_HTMLValidator/Makefile b/www/pear-Services_W3C_HTMLValidator/Makefile index e13fd87516d9..161635b58190 100644 --- a/www/pear-Services_W3C_HTMLValidator/Makefile +++ b/www/pear-Services_W3C_HTMLValidator/Makefile @@ -9,8 +9,8 @@ CATEGORIES= www pear MAINTAINER= miwi@FreeBSD.org 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 +BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 +RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 USES= pear |