diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-24 17:17:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-24 17:17:18 +0000 |
commit | 4a26a45b975eb84e4b06e304768dcbd0f056cfd8 (patch) | |
tree | 169d98cbafccc673e891a204ec767d74dbf1891c /devel/semi/options.mk | |
parent | 97c56f964773ee34a5ea242d698ebbeba1c2fe35 (diff) | |
download | pkgsrc-4a26a45b975eb84e4b06e304768dcbd0f056cfd8.tar.gz |
Fix conditional for semi-bbdb option.
From Kouhei Mori in PR 34072.
Diffstat (limited to 'devel/semi/options.mk')
-rw-r--r-- | devel/semi/options.mk | 4 |
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 |