diff options
author | jdolecek <jdolecek> | 2003-09-05 19:39:52 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-09-05 19:39:52 +0000 |
commit | bf63728f832347d81c131271da92083835ba9758 (patch) | |
tree | 304c148750b260a5d31943b4088a841d07fad831 /www/php4 | |
parent | 040d49bb579582bcb42810ee167c086b21153580 (diff) | |
download | pkgsrc-bf63728f832347d81c131271da92083835ba9758.tar.gz |
update comment. pointed out by Todd Vierling on tech-pkg@
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index de75d52a9de..5138c0bc57d 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.8 2003/08/31 19:56:05 jdolecek Exp $ +# $NetBSD: Makefile.php,v 1.9 2003/09/05 19:39:52 jdolecek Exp $ .include "../../www/php4/Makefile.common" @@ -32,9 +32,8 @@ CONFIGURE_ARGS+= --enable-track-vars # # http://www.php.net/manual/en/install.configure.php # -# Note that this is generally not needed as many of the extensions (session, -# mysql, pgsql, pcre) may be dynamically loaded, and are separately packaged -# in pkgsrc. +# Note that this is generally not needed as many of the extensions (mysql, +# pgsql) may be dynamically loaded, and are separately packaged in pkgsrc. # PHP4_CONFIGURE_ARGS?= # empty CONFIGURE_ARGS+= ${PHP4_CONFIGURE_ARGS} |