pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Fix trailing whitespace
details: https://anonhg.NetBSD.org/pkgsrc/rev/0db2017e5df3
branches: trunk
changeset: 401700:0db2017e5df3
user: nia <nia%pkgsrc.org@localhost>
date: Sun Sep 22 17:13:24 2019 +0000
description:
weechat: Fix trailing whitespace
diffstat:
chat/weechat/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d4d53ac8732e -r 0db2017e5df3 chat/weechat/options.mk
--- a/chat/weechat/options.mk Sun Sep 22 15:19:29 2019 +0000
+++ b/chat/weechat/options.mk Sun Sep 22 17:13:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2019/09/21 14:57:46 nia Exp $
+# $NetBSD: options.mk,v 1.21 2019/09/22 17:13:24 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
# mk/curses will handle wide-curses
@@ -20,7 +20,7 @@
CMAKE_ARGS+= -DENABLE_PYTHON=ON
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHONBIN}
.if ${OPSYS} == "Darwin"
-CMAKE_ARGS+= -DPYTHON_LIBRARIES=${PREFIX}/lib/libpython${PYVERSSUFFIX}.dylib
+CMAKE_ARGS+= -DPYTHON_LIBRARIES=${PREFIX}/lib/libpython${PYVERSSUFFIX}.dylib
.else
CMAKE_ARGS+= -DPYTHON_LIBRARIES=${PREFIX}/lib/libpython${PYVERSSUFFIX}.so
.endif
Home |
Main Index |
Thread Index |
Old Index