Sun Jan 1 15:06:24 2017 UTC ()
Correct PKG_OPTIONS_VAR


(adam)
diff -r1.1 -r1.2 pkgsrc/lang/python35/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/lang/python35/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/lang/python35/Attic/options.mk 2016/09/18 12:44:49 1.1
+++ pkgsrc/lang/python35/Attic/options.mk 2017/01/01 15:06:24 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: options.mk,v 1.1 2016/09/18 12:44:49 kamil Exp $ 1# $NetBSD: options.mk,v 1.2 2017/01/01 15:06:24 adam Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.python27 3PKG_OPTIONS_VAR= PKG_OPTIONS.python35
4PKG_SUPPORTED_OPTIONS+= x11 4PKG_SUPPORTED_OPTIONS+= x11
5PKG_SUGGESTED_OPTIONS= x11 5PKG_SUGGESTED_OPTIONS= x11
6 6
7.include "../../mk/bsd.prefs.mk" 7.include "../../mk/bsd.prefs.mk"
8.include "../../mk/bsd.options.mk" 8.include "../../mk/bsd.options.mk"
9 9
10.if !empty(PKG_OPTIONS:Mx11) 10.if !empty(PKG_OPTIONS:Mx11)
11# Support for native X11 paths as an option 11# Support for native X11 paths as an option
12# This code is no-op for modular X11, however for simplicity don't make it conditional. 12# This code is no-op for modular X11, however for simplicity don't make it conditional.
13SUBST_CLASSES+= x11findlib 13SUBST_CLASSES+= x11findlib
14SUBST_MESSAGE.x11findlib= Fixing find_library() for native X11. 14SUBST_MESSAGE.x11findlib= Fixing find_library() for native X11.
15SUBST_STAGE.x11findlib= pre-configure 15SUBST_STAGE.x11findlib= pre-configure
16SUBST_FILES.x11findlib= Lib/ctypes/util.py 16SUBST_FILES.x11findlib= Lib/ctypes/util.py