summaryrefslogtreecommitdiff
path: root/print/py-poppler/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /print/py-poppler/Makefile
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'print/py-poppler/Makefile')
-rw-r--r--print/py-poppler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile
index 5f1eae1cc41..6b9f83a1c9f 100644
--- a/print/py-poppler/Makefile
+++ b/print/py-poppler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/06/24 11:16:12 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:30 adam Exp $
DISTNAME= pypoppler-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../lang/python/extension.mk"