summaryrefslogtreecommitdiff
path: root/editors/zim
diff options
context:
space:
mode:
authorwiz <wiz>2012-10-03 22:14:00 +0000
committerwiz <wiz>2012-10-03 22:14:00 +0000
commit2b84cd27a7f9f7fd51b3d245615454c12e838a91 (patch)
treea6e0112f1c7655fad080d88eaa928420d1b0af8b /editors/zim
parent781ca7303227bd3fac5d062a5875ca7d266f6df7 (diff)
downloadpkgsrc-2b84cd27a7f9f7fd51b3d245615454c12e838a91.tar.gz
Update for python25 removal.
Diffstat (limited to 'editors/zim')
-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"