pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ats2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 17 18:48:17 UTC 2022

Modified Files:
        pkgsrc/lang/ats2: options.mk

Log Message:
ats2: PLIST_VARS needs to be defined unconditionally

Fixes build with emacs option turned off (the default)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ats2/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ats2/options.mk
diff -u pkgsrc/lang/ats2/options.mk:1.1 pkgsrc/lang/ats2/options.mk:1.2
--- pkgsrc/lang/ats2/options.mk:1.1     Thu Apr 14 20:13:19 2022
+++ pkgsrc/lang/ats2/options.mk Sun Apr 17 18:48:17 2022
@@ -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