summaryrefslogtreecommitdiff
path: root/textproc/markdown2social/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/markdown2social/Makefile')
-rw-r--r--textproc/markdown2social/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/markdown2social/Makefile b/textproc/markdown2social/Makefile
index b24b42bf425..9d92b809f33 100644
--- a/textproc/markdown2social/Makefile
+++ b/textproc/markdown2social/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/01/19 18:52:27 agc Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:35 adam Exp $
DISTNAME= markdown2social-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-markdown>=2.6:../../textproc/py-markdown
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"