pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/libpurple libpurple: update for with-python -> wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af23b5f2acdb
branches: trunk
changeset: 451964:af23b5f2acdb
user: nia <nia%pkgsrc.org@localhost>
date: Tue May 04 13:55:14 2021 +0000
description:
libpurple: update for with-python -> with-python3
diffstat:
chat/libpurple/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 83b03c1b8970 -r af23b5f2acdb chat/libpurple/options.mk
--- a/chat/libpurple/options.mk Tue May 04 13:37:38 2021 +0000
+++ b/chat/libpurple/options.mk Tue May 04 13:55:14 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.33 2021/05/02 10:19:20 nia Exp $
+# $NetBSD: options.mk,v 1.34 2021/05/04 13:55:14 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libpurple
PKG_OPTIONS_REQUIRED_GROUPS= ssl
@@ -54,7 +54,7 @@
.if !empty(PKG_OPTIONS:Mdbus)
CONFIGURE_ARGS+= --enable-dbus
-CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+CONFIGURE_ARGS+= --with-python3=${PYTHONBIN}
PLIST.dbus= yes
REPLACE_SH+= libpurple/purple-send
REPLACE_SH+= libpurple/purple-send-async
Home |
Main Index |
Thread Index |
Old Index