1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

s/BROKEN/IGNORE/ since the package does build. Maybe the check is

in fact bogus since it allegedly should not be able to install, but does.
This commit is contained in:
Kris Kennaway 2004-10-28 21:07:36 +00:00
parent 33a8074e2a
commit 59da236274
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120433

View File

@ -32,7 +32,7 @@ OPTIONS= PEAR_VALIDATE "PEAR::Validate support" off
PHP_VERS= ${PHP_VERSION:S/.//g}
.if defined(PHP_VERS) && ${PHP_VERS} < 420
BROKEN= "You need PHP 4.2.0 or later to install PEAR::DB_DataObject"
IGNORE= "You need PHP 4.2.0 or later to install PEAR::DB_DataObject"
.endif
.if defined(WITH_PEAR_VALIDATE)