pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Dec  6 15:39:06 UTC 2019

Modified Files:
        pkgsrc/chat/weechat: options.mk

Log Message:
weechat: Spell Python_EXECUTABLE correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/weechat/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/chat/weechat/options.mk
diff -u pkgsrc/chat/weechat/options.mk:1.22 pkgsrc/chat/weechat/options.mk:1.23
--- pkgsrc/chat/weechat/options.mk:1.22 Sat Nov  2 22:18:26 2019
+++ pkgsrc/chat/weechat/options.mk      Fri Dec  6 15:39:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2019/11/02 22:18:26 rillig Exp $
+# $NetBSD: options.mk,v 1.23 2019/12/06 15:39:06 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.weechat
 # mk/curses will handle wide-curses
@@ -18,7 +18,7 @@ PLIST_VARS+=          lua plugin python perl rub
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 .include "../../lang/python/extension.mk"
 CMAKE_ARGS+=   -DENABLE_PYTHON=ON
-CMAKE_ARGS+=   -DPYTHON_EXECUTABLE=${PYTHONBIN}
+CMAKE_ARGS+=   -DPython_EXECUTABLE=${PYTHONBIN}
 .  if ${OPSYS} == "Darwin"
 CMAKE_ARGS+=   -DPYTHON_LIBRARIES=${PREFIX}/lib/libpython${PYVERSSUFFIX}.dylib
 .  else



Home | Main Index | Thread Index | Old Index