summaryrefslogtreecommitdiff
path: root/time/taskwarrior/options.mk
blob: 2c5f9bb8f8be1b93ebc43a717f83e677be5e4ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: options.mk,v 1.1 2016/06/20 20:30:42 kamil Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.taskwarrior
PKG_SUPPORTED_OPTIONS=	lua
PKG_SUGGESTED_OPTIONS=	lua

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mlua)
.include "../../lang/lua/buildlink3.mk"
.endif