diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-17 19:35:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-17 19:35:20 +0000 |
commit | 9723111351a683791b08d3445287b583ba99e079 (patch) | |
tree | 7dd73802ef911323022257ef479d87b17b690f40 | |
parent | - Mark BROKEN: does not configure (diff) |
- Disallow on pointyhat
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=220424
-rw-r--r-- | devel/php5-phing/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/php5-phing/Makefile b/devel/php5-phing/Makefile index d56d8c02eb26..895fd69e9629 100644 --- a/devel/php5-phing/Makefile +++ b/devel/php5-phing/Makefile @@ -17,6 +17,8 @@ COMMENT= Project build system based on Apache Ant BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +MANUAL_PACKAGE_BUILD= attempts to contact pear.phing.info during install phase + USE_PHP= yes DEFAULT_PHP_VER=5 WANT_PHP_CLI= yes |