From 4a26a45b975eb84e4b06e304768dcbd0f056cfd8 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 24 Jul 2006 17:17:18 +0000 Subject: Fix conditional for semi-bbdb option. From Kouhei Mori in PR 34072. --- devel/semi/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/semi') 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 -- cgit v1.2.3