diff options
author | wiz <wiz> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-03 22:14:00 +0000 |
commit | 87f13eccbca0e1334b8494bf6ef04411b6cf0bf5 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /editors/zim | |
parent | 3b980a4a44c341bc8fe11d23babd6f32cf476968 (diff) | |
download | pkgsrc-87f13eccbca0e1334b8494bf6ef04411b6cf0bf5.tar.gz |
Update for python25 removal.
Diffstat (limited to 'editors/zim')
-rw-r--r-- | editors/zim/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index fbf73b094bc..ce82a50e824 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 11:43:48 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/03 22:14:01 wiz Exp $ # DISTNAME= zim-0.56 @@ -41,11 +41,6 @@ SUBST_STAGE.man-path= pre-configure SUBST_FILES.man-path+= setup.py SUBST_SED.man-path= -e s,share/man/man1,${PKGMANDIR}/man1, -.include "../../lang/python/pyversion.mk" -.if ${PYPKGPREFIX} == "py25" -DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -.endif - .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |