summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-01-29 19:04:28 +0000
committergdt <gdt@pkgsrc.org>2008-01-29 19:04:28 +0000
commita545a6c7b2e98e5e6dae44440bc4b504a05a4def (patch)
treecd6287d489fab68999cd1a464c625b29912ac44a /devel
parent9b1b5c99f93029ab4987bc3b4b5be61e3b8a136a (diff)
downloadpkgsrc-a545a6c7b2e98e5e6dae44440bc4b504a05a4def.tar.gz
Explain why options are defined but not used in options.mk (because
it's included in many packages).
Diffstat (limited to 'devel')
-rw-r--r--devel/subversion-base/options.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/subversion-base/options.mk b/devel/subversion-base/options.mk
index 447ca7321f4..94c2aa2e783 100644
--- a/devel/subversion-base/options.mk
+++ b/devel/subversion-base/options.mk
@@ -1,8 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2007/01/25 18:15:49 epg Exp $
+# $NetBSD: options.mk,v 1.3 2008/01/29 19:04:28 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.subversion
PKG_SUPPORTED_OPTIONS= apache22 apr1 serf
+# Note that this file is included as part of several packages.
+# Therefore this file only defines options, but does not include the
+# typical fragments to change behavior based on options, leaving those
+# to the individual Makefiles.
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mapache22) || !empty(PKG_OPTIONS:Mserf)