diff options
author | gdt <gdt> | 2008-03-08 20:56:37 +0000 |
---|---|---|
committer | gdt <gdt> | 2008-03-08 20:56:37 +0000 |
commit | cd95afad7ac7480031aeda3dd908773fa60f3b11 (patch) | |
tree | d349bb232fbac3dd12025c9d77443d87ffa612e0 /devel/subversion-base/options.mk | |
parent | c4375c991afb1db810fb9cca3e1f4bf5216c6284 (diff) | |
download | pkgsrc-cd95afad7ac7480031aeda3dd908773fa60f3b11.tar.gz |
Make apr1 be the default. Proposed on tech-pkg on 1/31 with no
objections, and approved by epg@. PKGREVISION++.
Diffstat (limited to 'devel/subversion-base/options.mk')
-rw-r--r-- | devel/subversion-base/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/subversion-base/options.mk b/devel/subversion-base/options.mk index 94c2aa2e783..1b8373a7dc7 100644 --- a/devel/subversion-base/options.mk +++ b/devel/subversion-base/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2008/01/29 19:04:28 gdt Exp $ +# $NetBSD: options.mk,v 1.4 2008/03/08 20:56:37 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.subversion PKG_SUPPORTED_OPTIONS= apache22 apr1 serf +PKG_SUGGESTED_OPTIONS= apr1 # Note that this file is included as part of several packages. # Therefore this file only defines options, but does not include the @@ -14,6 +15,7 @@ PKG_SUPPORTED_OPTIONS= apache22 apr1 serf PKG_OPTIONS+= apr1 .endif +# Why is this here? apache22 is not used .if !empty(PKG_OPTIONS:Mapr1) && empty(PKG_OPTIONS:Mapache22) PKG_OPTIONS+= apache22 .endif |