diff options
author | jlam <jlam> | 2001-05-17 21:04:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-17 21:04:33 +0000 |
commit | b876681c4238542638c78ef9368108af74735c75 (patch) | |
tree | e9c0669186c64f7a4f63af9ff80217bacbecb840 | |
parent | e75720721cacf400b9448605099172dff4d19238 (diff) | |
download | pkgsrc-b876681c4238542638c78ef9368108af74735c75.tar.gz |
Add, enable, and note new package php4-pcre:
PHP4 extension for Perl-compatible regular expressions
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 89d8525c780..becba2cffeb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2001/05/16 04:42:39 jlam Exp $ +# $NetBSD: Makefile,v 1.138 2001/05/17 21:04:33 jlam Exp $ # COMMENT= Packages related to the World Wide Web @@ -106,6 +106,7 @@ SUBDIR+= php4-imap SUBDIR+= php4-ldap SUBDIR+= php4-mcrypt SUBDIR+= php4-mysql +SUBDIR+= php4-pcre SUBDIR+= php4-pgsql SUBDIR+= py-pcgi SUBDIR+= py-zpublisher |