diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-14 11:25:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-14 11:25:37 +0000 |
commit | 23a54056e9ed5fedfca08d80147e405d7a0e0820 (patch) | |
tree | 17b6d2def0f8abbfe5eac5fb4a7c4ebb93ef8ff1 /textproc/csvkit | |
parent | 7f2853c60410817500a48901a0a42a731455aa02 (diff) | |
download | pkgsrc-23a54056e9ed5fedfca08d80147e405d7a0e0820.tar.gz |
Remove python-2.6-only package py-ordereddict and references to it.
Diffstat (limited to 'textproc/csvkit')
-rw-r--r-- | textproc/csvkit/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/csvkit/Makefile b/textproc/csvkit/Makefile index 6de5cf2fab6..102c01bc3ac 100644 --- a/textproc/csvkit/Makefile +++ b/textproc/csvkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/04/13 23:12:43 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2015/04/14 11:25:37 wiz Exp $ DISTNAME= 0.9.0 PKGNAME= csvkit-${DISTNAME} @@ -32,7 +32,4 @@ EGG_NAME= ${PKGNAME} .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" -.if ${PYPKGPREFIX} == "py26" -DEPENDS+= ${PYPKGPREFIX}-ordereddict>=1.1:../../devel/py-ordereddict -.endif .include "../../mk/bsd.pkg.mk" |