diff options
author | tron <tron@pkgsrc.org> | 2002-06-24 19:34:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-06-24 19:34:43 +0000 |
commit | 1de08dc66a773827629c5763bc7c4e37817b4633 (patch) | |
tree | cfb6a97be779644ab34b480ec4db7080742cc8d1 /www/Makefile | |
parent | 601d9dce20e37b8f380a8cb19de3b1e627bc9f98 (diff) | |
download | pkgsrc-1de08dc66a773827629c5763bc7c4e37817b4633.tar.gz |
Add and enable "fcgi" package. This fixes PR pkg/14633 by
Eric Gillespie Jr..
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 36ad25c7eaf..56becc8fbe2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2002/06/20 15:45:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.199 2002/06/24 19:34:43 tron Exp $ # COMMENT= Packages related to the World Wide Web @@ -52,6 +52,7 @@ SUBDIR+= curl SUBDIR+= cvsweb SUBDIR+= dillo SUBDIR+= elinks +SUBDIR+= fcgi SUBDIR+= galeon SUBDIR+= galway SUBDIR+= glibwww |