diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-17 09:27:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-17 09:27:24 +0000 |
commit | 8ae1eb5dad50b1b57226982d6fe86a121e177428 (patch) | |
tree | 5be5928ab3721b0787760f0158fb6c07224dbbb3 /www/Makefile | |
parent | d833c7ea56a24e8a32c38ebf4c2f2e7f9652957b (diff) | |
download | pkgsrc-8ae1eb5dad50b1b57226982d6fe86a121e177428.tar.gz |
Add and enable php4, php4-gd, and php4-pgsql.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 9501a9ed7b6..8bc526fc09b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2000/12/12 01:31:06 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2000/12/17 09:27:24 jlam Exp $ # SUBDIR += Mosaic @@ -80,6 +80,9 @@ SUBDIR += php3-mysql SUBDIR += php3-pgsql SUBDIR += php3-snmp + SUBDIR += php4 + SUBDIR += php4-gd + SUBDIR += php4-pgsql SUBDIR += py-pcgi SUBDIR += py-zpublisher SUBDIR += spfc |