summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-04-30 16:13:42 +0000
committergdt <gdt@pkgsrc.org>2019-04-30 16:13:42 +0000
commit4322b0cb4c12d7e04b416bbbf1f2c982baebac4b (patch)
tree530540a6a9394bdb927475fd467fd0b32da725f4 /ham
parentaf591f3b448f2667952eccda6ef2484303dbb69a (diff)
downloadpkgsrc-4322b0cb4c12d7e04b416bbbf1f2c982baebac4b.tar.gz
ham/gr-osmosdr: Mark python 36 and 37 as not ok
Both 36 and 37 result in build errors. The package builds ok with 27.
Diffstat (limited to 'ham')
-rw-r--r--ham/gr-osmosdr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile
index 2e27c849950..469d802f42e 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/30 16:13:42 gdt Exp $
DISTNAME= gr-osmosdr-0.1.4
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= ham
MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/
@@ -22,6 +22,8 @@ CMAKE_ARGS+= -DGNURADIO_BLOCKS_INCLUDE_DIRS=${PREFIX}/include
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
+# Python 36 and 37 result in build errors; 27 builds ok.
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37
REPLACE_PYTHON+= apps/osmocom_siggen_base.py
.include "../../devel/boost-headers/buildlink3.mk"