diff options
author | epg <epg@pkgsrc.org> | 2008-09-16 01:47:06 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-09-16 01:47:06 +0000 |
commit | bab5bb2e340357223e4da2623e93400a1f8ccc26 (patch) | |
tree | be754145e472b1bc270ca8fb37199b4f06e6759b /mk | |
parent | 868769e5a50b4f8b0926c8d2577aee7720dfeccb (diff) | |
download | pkgsrc-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 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 4b38d075c1d..f905c330965 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -8,6 +8,7 @@ anthy Use Anthy as Japanese conversion program. anthy-2ch-dict Include the 2ch dictionary. anthy-okinawa-dict Include the okinawa dictionary. ao Enable the platform-independent 'ao' audio library. +apache-shared-modules Build all modules as shared for apache22. ares Use the ares library for asynchronous name resolution. aria2-metalink Enable Metalink support. arts Use the aRts audio daemon. |