summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-08 10:58:15 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-08 10:58:15 +0000
commit578e69bc77ed371e12cd81c7359a2564739f386c (patch)
tree57cfecee4573a2a706b8cf3b8ff6cc2774346ce0 /devel
parent- Fix build on 6.0 (a conflicting struct name) (diff)
- 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')
-rw-r--r--devel/pear-PHP_Beautifier/Makefile4
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 \