diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-31 20:32:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-31 20:32:46 +0000 |
commit | 685ce55e3e33db224c4af3419af6e5f2912680d5 (patch) | |
tree | e764b34ae3c7f4b4a38ac68068d39397eac3f58d /sysutils/pear-Log | |
parent | a88a69d773884b759e052c050075e928642fe119 (diff) | |
download | ports-685ce55e3e33db224c4af3419af6e5f2912680d5.tar.gz ports-685ce55e3e33db224c4af3419af6e5f2912680d5.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
Notes
Notes:
svn path=/head/; revision=117764
Diffstat (limited to 'sysutils/pear-Log')
-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 |