diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-12-20 14:42:50 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-12-20 14:42:50 +0000 |
commit | 93d923cefb7456c1c43bed54d2e4370d36bd6623 (patch) | |
tree | 31fe18af8bed69e2c33f330ba3bb055d65139c81 /lang/pear/MESSAGE | |
parent | 0f41b22fe08c2a523428024684d4724d3ac23584 (diff) | |
download | pkgsrc-93d923cefb7456c1c43bed54d2e4370d36bd6623.tar.gz |
Fix some pkglint warnings
Apply a fix for PR#39284
Diffstat (limited to 'lang/pear/MESSAGE')
-rw-r--r-- | lang/pear/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pear/MESSAGE b/lang/pear/MESSAGE index 965ac4125e3..7ea01b6b27b 100644 --- a/lang/pear/MESSAGE +++ b/lang/pear/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2008/08/17 18:40:36 adrianp Exp $ +$NetBSD: MESSAGE,v 1.3 2008/12/20 14:42:50 adrianp Exp $ In order to use PEAR packages you may want to alter the default include_path of PHP to include the PEAR installation directory where the @@ -12,6 +12,6 @@ Change the "include_path" directive to read as follows: include_path = ".:${PREFIX}/lib/php" -This is done automatically if you are running either php>=4.4.9 or +This is done automatically if you are running either php>=4.4.9 or php>=5.2.6nb2. =========================================================================== |