diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
commit | 5c11268df7a1edc65c6fe94d70f29b8e933390d7 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /www/apache | |
parent | 8f3538025b0a3122c8d8e8a8234dfc4fb3109538 (diff) | |
download | pkgsrc-5c11268df7a1edc65c6fe94d70f29b8e933390d7.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 20cfeee6ae5..6dfe0b6b1ab 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.171 2005/09/16 13:53:56 salo Exp $ +# $NetBSD: Makefile,v 1.172 2005/10/05 13:29:50 wiz Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -66,8 +66,6 @@ CONFIGURE_ARGS+= --server-gid=${APACHE_GROUP} PKG_OPTIONS_VAR= PKG_OPTIONS.apache PKG_SUPPORTED_OPTIONS= perf-tuning suexec -PKG_OPTIONS_LEGACY_VARS+= APACHE_PERF_TUNING:perf-tuning -PKG_OPTIONS_LEGACY_VARS+= APACHE_SUEXEC:suexec .include "../../mk/bsd.options.mk" |