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: nia
Date: Sun Sep 22 17:13:24 UTC 2019
Modified Files:
pkgsrc/chat/weechat: options.mk
Log Message:
weechat: Fix trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/chat/weechat/options.mk:1.21
--- pkgsrc/chat/weechat/options.mk:1.20 Sat Sep 21 14:57:46 2019
+++ pkgsrc/chat/weechat/options.mk Sun Sep 22 17:13:24 2019
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
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