diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /ham/gr-osmosdr | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'ham/gr-osmosdr')
-rw-r--r-- | ham/gr-osmosdr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile index 1cf5a30afbd..c477dcfd80d 100644 --- a/ham/gr-osmosdr/Makefile +++ b/ham/gr-osmosdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/08/22 12:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:57 adam Exp $ DISTNAME= gr-osmosdr-0.1.4 PKGREVISION= 15 @@ -23,7 +23,7 @@ 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 +PYTHON_VERSIONS_ACCEPTED= 27 REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../devel/boost-headers/buildlink3.mk" |