diff options
author | wiz <wiz@pkgsrc.org> | 2019-04-28 07:15:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-04-28 07:15:11 +0000 |
commit | 710235139ae6e287d3af49f55847d68060161e84 (patch) | |
tree | 47e7547f03174d0a912bc2c6d478ad007bc22fef /ham/chirp/Makefile | |
parent | b7c11a125d8e64a0862c2c0b2caf89fda21f306c (diff) | |
download | pkgsrc-710235139ae6e287d3af49f55847d68060161e84.tar.gz |
chirp: PYTHON_VERSIONS_ACCEPTED=27 because of py-gtk2
Diffstat (limited to 'ham/chirp/Makefile')
-rw-r--r-- | ham/chirp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/chirp/Makefile b/ham/chirp/Makefile index b5c1a1352d2..e46f48d7708 100644 --- a/ham/chirp/Makefile +++ b/ham/chirp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/04/25 07:32:59 maya Exp $ +# $NetBSD: Makefile,v 1.15 2019/04/28 07:15:11 wiz Exp $ DISTNAME= chirp-0.4.1 PKGREVISION= 9 @@ -15,6 +15,8 @@ REPLACE_PYTHON= *.py chirp/*.py chirpui/*.py DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 + .include "../../mk/bsd.prefs.mk" SUBST_CLASSES+= fix-manpaths |