diff options
Diffstat (limited to 'www/pear-HTTP_Download/Makefile')
-rw-r--r-- | www/pear-HTTP_Download/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-HTTP_Download/Makefile b/www/pear-HTTP_Download/Makefile index 59e92c813d11..6dee2febb966 100644 --- a/www/pear-HTTP_Download/Makefile +++ b/www/pear-HTTP_Download/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to send HTTP downloads BUILD_DEPENDS= ${PEARDIR}/HTTP/Header.php:${PORTSDIR}/www/pear-HTTP_Header -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} FILES= HTTP/Download.php HTTP/Download/PgLOB.php HTTP/Download/Archive.php TESTS= send.php data.txt AllTests.php |