diff options
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" |