summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-03-08 21:00:53 +0000
committergdt <gdt@pkgsrc.org>2008-03-08 21:00:53 +0000
commit85c51d51a8626a653ed3d105d1ecfbca0b2ca890 (patch)
tree81b00c891755f356565463662b1a0dde63a80b11 /devel
parent37d89694176e06518d581a21386484cc367b20d7 (diff)
downloadpkgsrc-85c51d51a8626a653ed3d105d1ecfbca0b2ca890.tar.gz
No longer set apache22 option if apr1 is set, as nothing uses it.
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion-base/options.mk7
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