pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ats2 ats2: PLIST_VARS needs to be defined uncondi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1c0ecb2b2ef
branches:  trunk
changeset: 377191:a1c0ecb2b2ef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 17 18:48:17 2022 +0000

description:
ats2: PLIST_VARS needs to be defined unconditionally

Fixes build with emacs option turned off (the default)

diffstat:

 lang/ats2/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3ea5dd6f5bd4 -r a1c0ecb2b2ef lang/ats2/options.mk
--- a/lang/ats2/options.mk      Sun Apr 17 12:09:00 2022 +0000
+++ b/lang/ats2/options.mk      Sun Apr 17 18:48:17 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index