diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 10:59:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 10:59:47 +0800 |
commit | 2b38a800e5fd807ed02cb9053f9bbd64022cdeb6 (patch) | |
tree | 4b1df49b8f7dae0e8a00e3ce685a94a234920eef /devel | |
parent | e2976c68aee59cf0ba47f72c2aa20838c2b84920 (diff) | |
download | freebsd-ports-gnome-2b38a800e5fd807ed02cb9053f9bbd64022cdeb6.tar.gz freebsd-ports-gnome-2b38a800e5fd807ed02cb9053f9bbd64022cdeb6.tar.zst freebsd-ports-gnome-2b38a800e5fd807ed02cb9053f9bbd64022cdeb6.zip |
Dependencies no longer seem to conflict
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PHPUnit2/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-PHPUnit3/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-PHP_Beautifier/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile index 883892967066..7c0401f03fc5 100644 --- a/devel/pear-PHPUnit2/Makefile +++ b/devel/pear-PHPUnit2/Makefile @@ -20,8 +20,6 @@ OPTIONS= PEAR_LOG "PEAR::Log support" off USE_PHP= dom pcre -NO_PACKAGE= "Conflicting dependences between PHP4 and PHP5" - DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile index 883892967066..7c0401f03fc5 100644 --- a/devel/pear-PHPUnit3/Makefile +++ b/devel/pear-PHPUnit3/Makefile @@ -20,8 +20,6 @@ OPTIONS= PEAR_LOG "PEAR::Log support" off USE_PHP= dom pcre -NO_PACKAGE= "Conflicting dependences between PHP4 and PHP5" - DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 diff --git a/devel/pear-PHP_Beautifier/Makefile b/devel/pear-PHP_Beautifier/Makefile index 2b67b87f85c3..7ed6404be6e0 100644 --- a/devel/pear-PHP_Beautifier/Makefile +++ b/devel/pear-PHP_Beautifier/Makefile @@ -17,8 +17,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= tokenizer -NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 - DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 |