diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-08 10:58:15 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-08 10:58:15 +0000 |
commit | 578e69bc77ed371e12cd81c7359a2564739f386c (patch) | |
tree | 57cfecee4573a2a706b8cf3b8ff6cc2774346ce0 /devel/pear-PHP_Beautifier | |
parent | 77fa1b5c80e71c85966605d58beaf04a104c982b (diff) | |
download | ports-578e69bc77ed371e12cd81c7359a2564739f386c.tar.gz ports-578e69bc77ed371e12cd81c7359a2564739f386c.zip |
- Mark broken for php4 (requires php5)
- Also mark NO_PACKAGE because DEFAULT_PHP_VER=5 doesn't propagate to
dependencies, causing conflicts between php4 and php5 (like
pear-PHPUnit2 and a number of others).
PR: ports/84527
Submitted by: leeym
Approved by: portmgr (marcus), antonio@php.net (maintainer)
Notes
Notes:
svn path=/head/; revision=140816
Diffstat (limited to 'devel/pear-PHP_Beautifier')
-rw-r--r-- | devel/pear-PHP_Beautifier/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/pear-PHP_Beautifier/Makefile b/devel/pear-PHP_Beautifier/Makefile index 3b2c31995ba7..806cde63d429 100644 --- a/devel/pear-PHP_Beautifier/Makefile +++ b/devel/pear-PHP_Beautifier/Makefile @@ -17,7 +17,11 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= tokenizer USE_REINPLACE= yes + +NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 + DEFAULT_PHP_VER=5 +BROKEN_WITH_PHP=4 CATEGORY= PHP FILES= Beautifier.php Beautifier/Filter.php Beautifier/Decorator.php \ |