summaryrefslogtreecommitdiff
path: root/misc/calibre/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2010-06-16 17:20:27 +0000
committerdrochner <drochner>2010-06-16 17:20:27 +0000
commit900d8bda645ae3c63c71a49b0597fe33bd7bab99 (patch)
tree6c4197c5162e0b4eea232883e4fc3735b50c2724 /misc/calibre/Makefile
parent5801ab4c78aa016c84b1736dd7e8c25207dd959a (diff)
downloadpkgsrc-900d8bda645ae3c63c71a49b0597fe33bd7bab99.tar.gz
python/application.mk should be .included before needed Python extensions
Diffstat (limited to 'misc/calibre/Makefile')
-rw-r--r--misc/calibre/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile
index 7c7fc6db6b2..74f5808deb6 100644
--- a/misc/calibre/Makefile
+++ b/misc/calibre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/06/13 22:44:57 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2010/06/16 17:20:27 drochner Exp $
#
DISTNAME= calibre-0.6.24
@@ -433,6 +433,7 @@ MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
#MAKE_ENV+= XDG_UTILS_DEBUG_LEVEL=100
+.include "../../lang/python/application.mk"
BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12
.include "../../devel/libusb/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
@@ -442,7 +443,6 @@ BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6
.include "../../graphics/py-imaging/buildlink3.mk"
BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8
.include "../../graphics/libwmf/buildlink3.mk"
-.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
_PYSETUPTOOLSINSTALLARGS= # empty
#.include "../../lang/python/extension.mk"