diff options
author | gdt <gdt@pkgsrc.org> | 2008-03-08 21:00:53 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-03-08 21:00:53 +0000 |
commit | 6aca115f546af8ece8c1b831aff29badaf3d5173 (patch) | |
tree | 81b00c891755f356565463662b1a0dde63a80b11 | |
parent | 7ae55deff19e8c227bead6e0a33979e3aa945f20 (diff) | |
download | pkgsrc-6aca115f546af8ece8c1b831aff29badaf3d5173.tar.gz |
No longer set apache22 option if apr1 is set, as nothing uses it.
-rw-r--r-- | devel/subversion-base/options.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/subversion-base/options.mk b/devel/subversion-base/options.mk index 1b8373a7dc7..50fdfcbd4fd 100644 --- a/devel/subversion-base/options.mk +++ b/devel/subversion-base/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2008/03/08 20:56:37 gdt Exp $ +# $NetBSD: options.mk,v 1.5 2008/03/08 21:00:53 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.subversion PKG_SUPPORTED_OPTIONS= apache22 apr1 serf @@ -14,8 +14,3 @@ PKG_SUGGESTED_OPTIONS= apr1 .if !empty(PKG_OPTIONS:Mapache22) || !empty(PKG_OPTIONS:Mserf) 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 |