Oops, missed adding options.mk in previous.
This commit is contained in:
parent
f4afd0e754
commit
3250feb0e8
1 changed files with 15 additions and 0 deletions
15
mail/mailfront/options.mk
Normal file
15
mail/mailfront/options.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: options.mk,v 1.1 2017/07/31 20:40:19 schmonz Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.mailfront
|
||||
PKG_SUPPORTED_OPTIONS+= lua
|
||||
PKG_SUGGESTED_OPTIONS+= lua
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
PLIST_VARS+= lua
|
||||
.if !empty(PKG_OPTIONS:Mlua)
|
||||
LUA_VERSIONS_ACCEPTED= 51
|
||||
. include "../../lang/lua/buildlink3.mk"
|
||||
BUILD_TARGET+= lua
|
||||
PLIST.lua= yes
|
||||
.endif
|
Loading…
Reference in a new issue