diff options
author | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-05 13:29:49 +0000 |
commit | 0c3b0551341e31f7e98b1baef40deabff961d835 (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /www/apache | |
parent | e652259e1e6ec261521f4a943d43a94b2298753d (diff) | |
download | pkgsrc-0c3b0551341e31f7e98b1baef40deabff961d835.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" |