diff options
author | adrianp <adrianp> | 2008-12-20 14:42:50 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2008-12-20 14:42:50 +0000 |
commit | 7e0893210621677164f84937973ded1b2d04fb9f (patch) | |
tree | 31fe18af8bed69e2c33f330ba3bb055d65139c81 /lang/pear/MESSAGE | |
parent | e66eac1b476c6d2dc2de4fa31fc249549f1f6e1a (diff) | |
download | pkgsrc-7e0893210621677164f84937973ded1b2d04fb9f.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. =========================================================================== |