diff options
author | jtb <jtb> | 2000-12-01 06:22:11 +0000 |
---|---|---|
committer | jtb <jtb> | 2000-12-01 06:22:11 +0000 |
commit | d4e72d4e1098293c35b00bdc5629db0b6924670a (patch) | |
tree | 2f6db922e515db7b65f8fe1a6ff149ec649dce27 /www | |
parent | e6f2a83415671a51deda9816b1d68c2adcc37f3b (diff) | |
download | pkgsrc-d4e72d4e1098293c35b00bdc5629db0b6924670a.tar.gz |
Add and enable "w3". Fixes PR pkg/11387 by Jason Beegan.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index b4b98335dc7..9f7ec171dc0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2000/11/07 05:10:40 rh Exp $ +# $NetBSD: Makefile,v 1.108 2000/12/01 06:22:11 jtb Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -89,6 +89,7 @@ SUBDIR += thttpd SUBDIR += tidy SUBDIR += urlget + SUBDIR += w3 SUBDIR += w3c-httpd SUBDIR += w3m SUBDIR += waplet |