summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-03 22:14:00 +0000
committerwiz <wiz@pkgsrc.org>2012-10-03 22:14:00 +0000
commit6881df6a4c0580c6f1e791e8700778ea489dd113 (patch)
treea6e0112f1c7655fad080d88eaa928420d1b0af8b /editors
parentf3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff)
downloadpkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz
Update for python25 removal.
Diffstat (limited to 'editors')
-rw-r--r--editors/zim/Makefile7
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"