summaryrefslogtreecommitdiff
path: root/sysutils
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
parentAdd pear-DB_DataObject_FormBuilder 0.10.0, automatically build (diff)
- Drop home grown minimal version check of dependency. We don't do this now.
If this functionality is welcomed, it will have to be reborn in bsd.port.mk or somewhere. Submitted by: maintainer Suggested by: eik, others
Notes
Notes: svn path=/head/; revision=117764
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 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