Add PLIST_VARS setting missing from previous commit.
This commit is contained in:
parent
3e57186a2d
commit
ea6ec49076
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.1 2008/04/09 16:18:39 jlam Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2008/04/09 16:21:48 jlam Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= libstatgrab
|
||||
PKG_SUPPORTED_OPTIONS= saidar statgrab
|
||||
|
@ -6,6 +6,8 @@ PKG_DEFAULT_OPTIONS= saidar statgrab
|
|||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
PLIST_VARS+= saidar statgrab
|
||||
|
||||
.if defined(WITHOUT_SAIDAR)
|
||||
PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable WITHOUT_SAIDAR used; use \`\`-saidar'' instead."
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue