summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-24 17:17:18 +0000
committerwiz <wiz>2006-07-24 17:17:18 +0000
commit65456527a749cab8393490276e56ac5e798ca7be (patch)
tree169d98cbafccc673e891a204ec767d74dbf1891c /devel
parent0ff052852857a66dcc08405089af109b9c2dce2e (diff)
downloadpkgsrc-65456527a749cab8393490276e56ac5e798ca7be.tar.gz
Fix conditional for semi-bbdb option.
From Kouhei Mori in PR 34072.
Diffstat (limited to 'devel')
-rw-r--r--devel/semi/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/semi/options.mk b/devel/semi/options.mk
index e8f109ee434..9f19709cde5 100644
--- a/devel/semi/options.mk
+++ b/devel/semi/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2005/09/17 16:41:24 uebayasi Exp $
+# $NetBSD: options.mk,v 1.3 2006/07/24 17:17:18 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.semi
PKG_SUPPORTED_OPTIONS= semi-bbdb
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mbbdb)
+.if !empty(PKG_OPTIONS:Msemi-bbdb)
DEPENDS+= bbdb-[0-9]*:../../misc/bbdb
PLIST_SUBST+= FOR_bbdb=
.else