- Remove homebrew depcheck

This commit is contained in:
Pav Lucistnik 2005-10-05 22:04:14 +00:00
parent 59626a1c9a
commit 1edce6f8e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144345

View file

@ -48,12 +48,6 @@ OPTIONS+= PHP_SQLITE "PHP sqlite support" off
.include <bsd.port.pre.mk>
PHP_VERS= ${PHP_VERSION:S/.//g}
.if defined(PHP_VERS) && ${PHP_VERS} < 430
IGNORE= "You need PHP 4.3.0 or later to install PEAR::Log"
.endif
.if defined(WITH_PEAR_DB)
BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
.endif