diff options
author | pav <pav@FreeBSD.org> | 2005-10-06 06:04:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-06 06:04:14 +0800 |
commit | b115d92b98c230906d25a24928d4884d5f6d9df3 (patch) | |
tree | 9ca84062eabcb9ca109ce29eece130c7913404d5 /sysutils | |
parent | 3cb0bf12bd83c8499780037d4fc806ae345fc92d (diff) | |
download | freebsd-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/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 |