summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2019-11-15 15:48:34 +0000
committerhauke <hauke@pkgsrc.org>2019-11-15 15:48:34 +0000
commit24cd203d9fea2b805a5401affd181a4437323496 (patch)
tree3c80fe76d5fd00f9462e129cbbe806ce3967441c /archivers
parent1b1310b04c3b560267598d6b5e19abe086c8aaae (diff)
downloadpkgsrc-24cd203d9fea2b805a5401affd181a4437323496.tar.gz
Fix the stutter.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-zipp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-zipp/Makefile b/archivers/py-zipp/Makefile
index 9c72cc0a52f..6424e0cbc4f 100644
--- a/archivers/py-zipp/Makefile
+++ b/archivers/py-zipp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/11/15 14:22:15 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/15 15:48:34 hauke Exp $
DISTNAME= zipp-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,6 @@ USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES+= more-itertools
-.include "../../lang/python/versioned_dependencies.mk.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"