summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-12-06 15:39:06 +0000
committerjperkin <jperkin@pkgsrc.org>2019-12-06 15:39:06 +0000
commitff784b91caa6d8a6506f705310f51bdbade6595f (patch)
treefba091083afbe8429e8d28977312080767c56a6c /chat
parentc8f3e7ba9827b86831c8e98a003f61910a89379d (diff)
downloadpkgsrc-ff784b91caa6d8a6506f705310f51bdbade6595f.tar.gz
weechat: Spell Python_EXECUTABLE correctly.
Diffstat (limited to 'chat')
-rw-r--r--chat/weechat/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk
index d8f64ae9fea..6eca8423d17 100644
--- a/chat/weechat/options.mk
+++ b/chat/weechat/options.mk
@@ -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 ruby
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