summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-17 18:48:17 +0000
committerwiz <wiz@pkgsrc.org>2022-04-17 18:48:17 +0000
commited11c3f23c11247a3776394964c2ffb2ce7cde99 (patch)
tree4d54f46a2aa83a8406e7b6348c0656ce608a1f9e /lang
parent9fd44f0da3a3df0a2903a798b47476ee9751f1c7 (diff)
downloadpkgsrc-ed11c3f23c11247a3776394964c2ffb2ce7cde99.tar.gz
ats2: PLIST_VARS needs to be defined unconditionally
Fixes build with emacs option turned off (the default)
Diffstat (limited to 'lang')
-rw-r--r--lang/ats2/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ats2/options.mk b/lang/ats2/options.mk
index 3dd69e1778a..735a56bd633 100644
--- a/lang/ats2/options.mk
+++ b/lang/ats2/options.mk
@@ -1,13 +1,14 @@
-# $NetBSD: options.mk,v 1.1 2022/04/14 20:13:19 nikita Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/17 18:48:17 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ats2
PKG_SUPPORTED_OPTIONS+= emacs
PKG_SUGGESTED_OPTIONS=
+PLIST_VARS+= emacs
+
.include "../../mk/bsd.options.mk"
.if ${PKG_OPTIONS:Memacs}
-PLIST_VARS+= emacs
PLIST.emacs= yes
.endif