diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-01 07:02:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-01 07:02:17 +0800 |
commit | 391b404a57993328eec8adde965cdaa37f91847e (patch) | |
tree | 8c59c2786582e45a0e2616d5b8a76e2da99bda97 /www/pear-HTTP_WebDAV_Client | |
parent | 5ed9fcce2e878c4dd50dce9eebddce542abeaf4f (diff) | |
download | freebsd-ports-gnome-391b404a57993328eec8adde965cdaa37f91847e.tar.gz freebsd-ports-gnome-391b404a57993328eec8adde965cdaa37f91847e.tar.zst freebsd-ports-gnome-391b404a57993328eec8adde965cdaa37f91847e.zip |
Remove obsolete PEAR_AUTOINSTALL
Diffstat (limited to 'www/pear-HTTP_WebDAV_Client')
-rw-r--r-- | www/pear-HTTP_WebDAV_Client/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/pear-HTTP_WebDAV_Client/Makefile b/www/pear-HTTP_WebDAV_Client/Makefile index 13213535e695..c862994c05ce 100644 --- a/www/pear-HTTP_WebDAV_Client/Makefile +++ b/www/pear-HTTP_WebDAV_Client/Makefile @@ -12,6 +12,5 @@ BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS:= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request USES= pear -PEAR_AUTOINSTALL= yes .include <bsd.port.mk> |