aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-10-06 06:04:14 +0800
committerpav <pav@FreeBSD.org>2005-10-06 06:04:14 +0800
commitb115d92b98c230906d25a24928d4884d5f6d9df3 (patch)
tree9ca84062eabcb9ca109ce29eece130c7913404d5 /sysutils
parent3cb0bf12bd83c8499780037d4fc806ae345fc92d (diff)
downloadfreebsd-ports-gnome-b115d92b98c230906d25a24928d4884d5f6d9df3.tar.gz
freebsd-ports-gnome-b115d92b98c230906d25a24928d4884d5f6d9df3.tar.zst
freebsd-ports-gnome-b115d92b98c230906d25a24928d4884d5f6d9df3.zip
- Remove homebrew depcheck
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