aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-05 22:04:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-05 22:04:14 +0000
commit1edce6f8e2e5bb03c97dc3899b6651c77574ad0b (patch)
treea51e4ab339154b958b1ab7a28b0398913551b404 /sysutils
parent59626a1c9aa884f2a4bc9bfd3037188f2d124d12 (diff)
downloadports-1edce6f8e2e5bb03c97dc3899b6651c77574ad0b.tar.gz
ports-1edce6f8e2e5bb03c97dc3899b6651c77574ad0b.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-Log/Makefile6
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