diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-16 18:28:35 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-16 18:28:35 +0000 |
commit | 78bc8e5f73989fa1fe435b151bb1022fd84b7a55 (patch) | |
tree | 650a05349c28d7519f9e848a6eda90b398c541f7 /www | |
parent | 97a178caaa5f0a69e49dbcf69b009951fc22ff66 (diff) | |
download | pkgsrc-78bc8e5f73989fa1fe435b151bb1022fd84b7a55.tar.gz |
Add and anable ap-xslt.
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 bd5ca865709..db08dec4646 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.156 2001/10/16 05:21:09 jlam Exp $ +# $NetBSD: Makefile,v 1.157 2001/10/16 18:28:35 jwise Exp $ # COMMENT= Packages related to the World Wide Web @@ -24,6 +24,7 @@ SUBDIR+= ap-php3 SUBDIR+= ap-php4 SUBDIR+= ap-ruby SUBDIR+= ap-ssl +SUBDIR+= ap-xslt SUBDIR+= apache SUBDIR+= apache-current SUBDIR+= apache6 |