diff options
Diffstat (limited to 'security/py-gnupg/Makefile')
-rw-r--r-- | security/py-gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index a4c8d1b3c46..960a5a78849 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2017/01/01 14:43:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2018/07/03 05:03:31 adam Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -15,7 +15,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |