diff options
author | nils <nils@pkgsrc.org> | 2016-08-07 18:02:18 +0000 |
---|---|---|
committer | nils <nils@pkgsrc.org> | 2016-08-07 18:02:18 +0000 |
commit | 1627274a5c7a6ae15ba490b0d99a6eb96c3c02e3 (patch) | |
tree | ef7bae6905666aeb7ff94f38e16e27bea7983050 /www | |
parent | 7082664faea04906bf7fa1d493cf83d48bc5354f (diff) | |
download | pkgsrc-1627274a5c7a6ae15ba490b0d99a6eb96c3c02e3.tar.gz |
add and enable fcgiwrap
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 36759379430..73721ebc1fc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1184 2016/08/03 15:32:00 taca Exp $ +# $NetBSD: Makefile,v 1.1185 2016/08/07 18:02:18 nils Exp $ # COMMENT= Packages related to the World Wide Web @@ -103,6 +103,7 @@ SUBDIR+= emacs-w3m-snapshot SUBDIR+= epiphany SUBDIR+= epiphany-extensions SUBDIR+= fcgi +SUBDIR+= fcgiwrap SUBDIR+= fengoffice SUBDIR+= ffproxy SUBDIR+= firefox |