From e22cc839c0b2a4a881090fd8aa6d74dbd3e00cec Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 25 Sep 2022 16:02:25 +0200 Subject: [PATCH] pilot-link: disable python2 support --- srcpkgs/pilot-link/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pilot-link/template b/srcpkgs/pilot-link/template index 5b83232cef8c..2558b7b5347f 100644 --- a/srcpkgs/pilot-link/template +++ b/srcpkgs/pilot-link/template @@ -1,14 +1,14 @@ # Template file for 'pilot-link' pkgname=pilot-link version=0.12.5 -revision=2 +revision=3 build_style=gnu-configure # XXX: Add perl bindings --with-perl and fix bindings/Perl/Makefile configure_args="--enable-conduits --enable-libusb --enable-threads --disable-static - --disable-compile-werror --with-python --with-tcl=${XBPS_CROSS_BASE}/usr/lib" + --disable-compile-werror --with-tcl=${XBPS_CROSS_BASE}/usr/lib" hostmakedepends="automake libtool perl pkg-config tk" makedepends="libbluetooth-devel libusb-devel libpng-devel popt-devel - python-devel tcl-devel readline-devel" + tcl-devel readline-devel" depends="tk" short_desc="Suite of tools to connect your Palm or PalmOSĀ® handheld" maintainer="Orphaned "