aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Log/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-31 20:32:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-31 20:32:46 +0000
commit685ce55e3e33db224c4af3419af6e5f2912680d5 (patch)
treee764b34ae3c7f4b4a38ac68068d39397eac3f58d /sysutils/pear-Log/Makefile
parenta88a69d773884b759e052c050075e928642fe119 (diff)
downloadports-685ce55e3e33db224c4af3419af6e5f2912680d5.tar.gz
ports-685ce55e3e33db224c4af3419af6e5f2912680d5.zip
Notes
Diffstat (limited to 'sysutils/pear-Log/Makefile')
-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 f0f8db987db6..c833cf593831 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -40,12 +40,6 @@ LOCALBASE?= /usr/local
.include "${LOCALBASE}/etc/php.conf"
.endif
-PHP_VERS= ${PHP_VERSION:S/.//g}
-
-.if defined(PHP_VERS) && ${PHP_VERS} < 430
-BROKEN= "You need PHP 4.3.0 or later to install PEAR::Log"
-.endif
-
.if defined(PHP_VER) && ${PHP_VER} == 5
OPTIONS+= PHP_SQLITE "PHP sqlite support" off
.endif