diff options
author | jlam <jlam@pkgsrc.org> | 2005-09-04 06:40:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-09-04 06:40:04 +0000 |
commit | 1cf5592f89fdeb440063529c486dbb30cf7739ac (patch) | |
tree | bea75ce7252ec6514ec0747a2fceb16c551f231b | |
parent | e44e9ee278c4bdcb042001fe0582814fac1da47b (diff) | |
download | pkgsrc-1cf5592f89fdeb440063529c486dbb30cf7739ac.tar.gz |
Add and enable lighttpd.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index a36d6c497b6..5c921ae1a9c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.409 2005/08/26 22:19:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.410 2005/09/04 06:40:04 jlam Exp $ # COMMENT= Packages related to the World Wide Web @@ -135,6 +135,7 @@ SUBDIR+= libghttp SUBDIR+= libgtkhtml SUBDIR+= libwww SUBDIR+= liferea +SUBDIR+= lighttpd SUBDIR+= links SUBDIR+= links-gui SUBDIR+= lynx |