diff options
author | pav <pav@FreeBSD.org> | 2004-09-01 04:32:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-09-01 04:32:46 +0800 |
commit | 160c62a869e9502e34829ab989fc7bea3c7e7350 (patch) | |
tree | 8ac7b757442120dd83954656f7cce0ae4ad9a1d7 | |
parent | 592a1071489b5e7d0fe461bab96866e135e88708 (diff) | |
download | freebsd-ports-gnome-160c62a869e9502e34829ab989fc7bea3c7e7350.tar.gz freebsd-ports-gnome-160c62a869e9502e34829ab989fc7bea3c7e7350.tar.zst freebsd-ports-gnome-160c62a869e9502e34829ab989fc7bea3c7e7350.zip |
- 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
-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 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 |