diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-05 22:04:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-05 22:04:14 +0000 |
commit | 1edce6f8e2e5bb03c97dc3899b6651c77574ad0b (patch) | |
tree | a51e4ab339154b958b1ab7a28b0398913551b404 /sysutils/pear-Log | |
parent | 59626a1c9aa884f2a4bc9bfd3037188f2d124d12 (diff) | |
download | ports-1edce6f8e2e5bb03c97dc3899b6651c77574ad0b.tar.gz ports-1edce6f8e2e5bb03c97dc3899b6651c77574ad0b.zip |
- Remove homebrew depcheck
Notes
Notes:
svn path=/head/; revision=144345
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index 0707a9b1750e..2e837e825916 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -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 |