diff options
Diffstat (limited to 'misc/calibre1/Makefile')
-rw-r--r-- | misc/calibre1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/calibre1/Makefile b/misc/calibre1/Makefile index 7eb19f86223..08f5ce4dc8e 100644 --- a/misc/calibre1/Makefile +++ b/misc/calibre1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/25 14:36:38 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/27 10:24:56 kleink Exp $ DISTNAME= calibre-1.48.0 PKGREVISION= 23 @@ -23,7 +23,6 @@ DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11nb1:../../www/py-mechanize DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.7.1:../../textproc/py-cssselect DEPENDS+= ${PYPKGPREFIX}-cssutils>=0.9.9:../../textproc/py-cssutils # Let's depend on the ones we have in pkgsrc instead of the bundled ones. -DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf DEPENDS+= ${PYPKGPREFIX}-cherrypy-[0-9]*:../../www/py-cherrypy DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet @@ -96,7 +95,7 @@ MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib # Let's depend on the ones we have in pkgsrc instead of the bundled ones. pre-configure: - cd ${WRKSRC} && rm -rf src/cherrypy src/pyPdf src/html5lib src/chardet + cd ${WRKSRC} && rm -rf src/cherrypy src/html5lib src/chardet # Turn off x bits on non-executable files. post-extract: |