summaryrefslogtreecommitdiff
path: root/www/apache22/options.mk
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2008-09-16 01:47:06 +0000
committerepg <epg@pkgsrc.org>2008-09-16 01:47:06 +0000
commitbab5bb2e340357223e4da2623e93400a1f8ccc26 (patch)
treebe754145e472b1bc270ca8fb37199b4f06e6759b /www/apache22/options.mk
parent868769e5a50b4f8b0926c8d2577aee7720dfeccb (diff)
downloadpkgsrc-bab5bb2e340357223e4da2623e93400a1f8ccc26.tar.gz
- drop non-existent configure args
- add missing modules to DFLT_APACHE_MODULES - bump PKGREVISION for new modules - replace APACHE_MODULES=all-shared with apache-shared-modules option - '--enable-mods-shared=all' is not sufficient, that's why DFLT_APACHE_MODULES lists all those others; use DFLT_APACHE_MODULES instead of 'all' - add apache-shared-modules to options.description approved by tron
Diffstat (limited to 'www/apache22/options.mk')
-rw-r--r--www/apache22/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/options.mk b/www/apache22/options.mk
index 12e6d5cbc28..77695d81817 100644
--- a/www/apache22/options.mk
+++ b/www/apache22/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2008/08/22 04:36:00 obache Exp $
+# $NetBSD: options.mk,v 1.5 2008/09/16 01:47:06 epg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.apache
-PKG_SUPPORTED_OPTIONS= suexec
+PKG_SUPPORTED_OPTIONS= apache-shared-modules suexec
.include "../../mk/bsd.options.mk"