diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /databases/py-ckanclient | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'databases/py-ckanclient')
-rw-r--r-- | databases/py-ckanclient/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/py-ckanclient/Makefile b/databases/py-ckanclient/Makefile index c7d8fa2f4e7..2d9e1cf269a 100644 --- a/databases/py-ckanclient/Makefile +++ b/databases/py-ckanclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 21:25:48 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 22:14:00 wiz Exp $ # DISTNAME= ckanclient-0.9 @@ -13,11 +13,5 @@ LICENSE= mit USE_LANGUAGES= # none -.include "../../lang/python/pyversion.mk" - -.if defined(PYPKGPREFIX) && !empty(PYPKGPREFIX:Mpy25) -DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -.endif - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |