pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Spell Python_EXECUTABLE correctly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66269c7dff1e
branches:  trunk
changeset: 418865:66269c7dff1e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Dec 06 15:39:06 2019 +0000

description:
weechat: Spell Python_EXECUTABLE correctly.

diffstat:

 chat/weechat/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7588e8becbcd -r 66269c7dff1e chat/weechat/options.mk
--- a/chat/weechat/options.mk   Fri Dec 06 14:36:58 2019 +0000
+++ b/chat/weechat/options.mk   Fri Dec 06 15:39:06 2019 +0000
@@ -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 @@
 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