summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-14 19:22:01 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-14 19:22:01 +0000
commitf306ac4a968946f855c4ff5b20df72904d995e11 (patch)
treea4c33b746d808812903e0d6220cb5715ad05b597 /ham
parentaab657c8cfcd4f30376e7985453fb1f8eb421964 (diff)
downloadpkgsrc-f306ac4a968946f855c4ff5b20df72904d995e11.tar.gz
cmake logic only supports Python 2.7.
Diffstat (limited to 'ham')
-rw-r--r--ham/gr-fcdproplus/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ham/gr-fcdproplus/Makefile b/ham/gr-fcdproplus/Makefile
index 30d92609e91..b099ed0b58a 100644
--- a/ham/gr-fcdproplus/Makefile
+++ b/ham/gr-fcdproplus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/05/06 14:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/14 19:22:01 joerg Exp $
DISTNAME= gr-fcdproplus_3.7.11.orig
PKGNAME= ${DISTNAME:S/_/-/S/.orig//}
@@ -26,6 +26,9 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB}
CFLAGS+= -I${PREFIX}/include/libusb-1.0
+# Old-style print use via cmake
+PYTHON_VERSIONS_ACCEPTED= 27
+
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/libusb1/buildlink3.mk"