diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
commit | fb0914231a111380c160eb4d9cf99067ca0bb8bc (patch) | |
tree | f7d25ec58327acc0cce2fe6a457b13efb70c2e49 /devel | |
parent | 906c2a352ce03e35cd59eaa2aa95754721b7cbf4 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla2/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla3/Makefile | 2 | ||||
-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 | ||||
-rw-r--r-- | devel/pecl-operator/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index be171d80abd6..f8d4b78a7e8b 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -59,7 +59,7 @@ DATA_DIRS_LIST= images js skins/standard skins/standard/global \ .ifdef WITH_MYSQL RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 .endif .ifdef WITH_PGSQL diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index be171d80abd6..f8d4b78a7e8b 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -59,7 +59,7 @@ DATA_DIRS_LIST= images js skins/standard skins/standard/global \ .ifdef WITH_MYSQL RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 .endif .ifdef WITH_PGSQL diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index be171d80abd6..f8d4b78a7e8b 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -59,7 +59,7 @@ DATA_DIRS_LIST= images js skins/standard skins/standard/global \ .ifdef WITH_MYSQL RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 .endif .ifdef WITH_PGSQL diff --git a/devel/pear-PHPUnit2/Makefile b/devel/pear-PHPUnit2/Makefile index d3efdd73e57f..883892967066 100644 --- a/devel/pear-PHPUnit2/Makefile +++ b/devel/pear-PHPUnit2/Makefile @@ -23,7 +23,7 @@ USE_PHP= dom pcre NO_PACKAGE= "Conflicting dependences between PHP4 and PHP5" DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 CATEGORY= PHPUnit2 FILES= Extensions/ExceptionTestCase.php \ diff --git a/devel/pear-PHPUnit3/Makefile b/devel/pear-PHPUnit3/Makefile index d3efdd73e57f..883892967066 100644 --- a/devel/pear-PHPUnit3/Makefile +++ b/devel/pear-PHPUnit3/Makefile @@ -23,7 +23,7 @@ USE_PHP= dom pcre NO_PACKAGE= "Conflicting dependences between PHP4 and PHP5" DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 CATEGORY= PHPUnit2 FILES= Extensions/ExceptionTestCase.php \ diff --git a/devel/pear-PHP_Beautifier/Makefile b/devel/pear-PHP_Beautifier/Makefile index fdb4ed3e7f79..2b67b87f85c3 100644 --- a/devel/pear-PHP_Beautifier/Makefile +++ b/devel/pear-PHP_Beautifier/Makefile @@ -20,7 +20,7 @@ USE_PHP= tokenizer NO_PACKAGE= Conflicting dependences between PHP4 and PHP5 DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 CATEGORY= PHP FILES= Beautifier.php Beautifier/Filter.php Beautifier/Decorator.php \ diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile index ff2ef0f28835..38d4178c1957 100644 --- a/devel/pecl-operator/Makefile +++ b/devel/pecl-operator/Makefile @@ -20,7 +20,7 @@ COMMENT= PHP extension that provides operator overloading for PHP objects USE_PHP= yes USE_PHPEXT= yes DEFAULT_PHP_VER= 5 -BROKEN_WITH_PHP= 4 +IGNORE_WITH_PHP= 4 PHP_MODNAME= ${PORTNAME} post-extract:: |