- 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
This commit is contained in:
Pav Lucistnik 2004-08-31 20:32:46 +00:00
parent a88a69d773
commit 685ce55e3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117764

View file

@ -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