pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ipa_sdb Fix mismatch of option name, definit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe6ada486e98
branches: trunk
changeset: 524261:fe6ada486e98
user: obache <obache%pkgsrc.org@localhost>
date: Mon Jan 22 12:23:39 2007 +0000
description:
Fix mismatch of option name, definition v.s. usage.
Pointed out in PR 34860.
diffstat:
databases/ipa_sdb/options.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r 0ced07282891 -r fe6ada486e98 databases/ipa_sdb/options.mk
--- a/databases/ipa_sdb/options.mk Mon Jan 22 11:31:30 2007 +0000
+++ b/databases/ipa_sdb/options.mk Mon Jan 22 12:23:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/01/03 15:06:02 obache Exp $
+# $NetBSD: options.mk,v 1.2 2007/01/22 12:23:39 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ipa_sdb
PKG_SUPPORTED_OPTIONS= ipa-without-autorules ipa-without-limits \
@@ -9,27 +9,27 @@
###
### Disable dynamic rules support
###
-.if !empty(PKG_OPTIONS:Mwithout_autorules)
+.if !empty(PKG_OPTIONS:Mipa-without-autorules)
CONFIGURE_ARGS+= --disable-autorules
.endif
###
### Disable limits support
###
-.if !empty(PKG_OPTIONS:Mwithout_limits)
+.if !empty(PKG_OPTIONS:Mipa-without-limits)
CONFIGURE_ARGS+= --disable-limits
.endif
###
### Disable static rules support
###
-.if !empty(PKG_OPTIONS:Mwithout_rules)
+.if !empty(PKG_OPTIONS:Mipa-without-rules)
CONFIGURE_ARGS+= --disable-rules
.endif
###
### Disable thresholds support
###
-.if !empty(PKG_OPTIONS:Mwithout_thresholds)
+.if !empty(PKG_OPTIONS:Mipa-without-thresholds)
CONFIGURE_ARGS+= --disable-thresholds
.endif
Home |
Main Index |
Thread Index |
Old Index