diff options
author | linimon <linimon@FreeBSD.org> | 2008-09-12 13:05:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-09-12 13:05:52 +0800 |
commit | 6c298334d3cddc9b2d30590f81da05ed9419b7c7 (patch) | |
tree | b4dcbd4384cfd78b41dd9b29860959515d779299 /devel/pear-PHPUnit3 | |
parent | 4128fe3c55c0dea96f2b0c1bde564a99919b7ef2 (diff) | |
download | freebsd-ports-gnome-6c298334d3cddc9b2d30590f81da05ed9419b7c7.tar.gz freebsd-ports-gnome-6c298334d3cddc9b2d30590f81da05ed9419b7c7.tar.zst freebsd-ports-gnome-6c298334d3cddc9b2d30590f81da05ed9419b7c7.zip |
Mark as MANUAL_PACKAGE_BUILD: attempts to open up an http connection
during install phase. This will not work on pointyhat.
Hat: portmgr
Approved by: portmgr (self)
Diffstat (limited to 'devel/pear-PHPUnit3')
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile index 478c9fa6fa72..4de710fc5553 100644 --- a/devel/pear-PHPUnit3/Makefile +++ b/devel/pear-PHPUnit3/Makefile @@ -16,6 +16,8 @@ COMMENT= PEAR regression testing framework for unit tests BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +MANUAL_PACKAGE_BUILD= attempts to contact pear.phpunit.de during install phase + CONFLICTS= PHPUnit-[0-9]* LATEST_LINK= pear-${PORTNAME} |