summaryrefslogtreecommitdiff
path: root/devel/subversion-base
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-12-06 02:02:10 +0000
committerobache <obache@pkgsrc.org>2011-12-06 02:02:10 +0000
commitf26f9a6c047732eb322acb1e19e7530117911f31 (patch)
treea7e85dd9253ae2181098fc5fe394e23ced5790e4 /devel/subversion-base
parenta6565c32aaae31cc19e8fc3897d0c7820c14071c (diff)
downloadpkgsrc-f26f9a6c047732eb322acb1e19e7530117911f31.tar.gz
switch default apr dependency with PKG_APACHE_DEFAULT.
Diffstat (limited to 'devel/subversion-base')
-rw-r--r--devel/subversion-base/options.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/subversion-base/options.mk b/devel/subversion-base/options.mk
index 9eadea85a01..edbd6ec9130 100644
--- a/devel/subversion-base/options.mk
+++ b/devel/subversion-base/options.mk
@@ -1,8 +1,11 @@
-# $NetBSD: options.mk,v 1.10 2009/06/02 15:34:44 gdt Exp $
+# $NetBSD: options.mk,v 1.11 2011/12/06 02:02:10 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.subversion
PKG_SUPPORTED_OPTIONS= apr1 serf sasl
+.include "../../mk/bsd.prefs.mk"
+.if !defined(PKG_APACHE_DEFAULT) || empty(PKG_APACHE_DEFAULT:Mapache2)
PKG_SUGGESTED_OPTIONS= apr1
+.endif
# Note that this file is included as part of several packages.
# Therefore this file defines options and includes some but not all of