summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2018-11-16 14:00:44 +0000
committerkleink <kleink@pkgsrc.org>2018-11-16 14:00:44 +0000
commitee95694d5f6eff3155e9b81cbbd1f38829930cef (patch)
tree158e7f8c65337a2d37e351b81d2948a8370d293c /print
parent978dfe068a63b8ce443b1453f41c42d5886880c8 (diff)
downloadpkgsrc-ee95694d5f6eff3155e9b81cbbd1f38829930cef.tar.gz
py-weasyprint: Fix .include vs. variable definition ordering.
Diffstat (limited to 'print')
-rw-r--r--print/py-weasyprint/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile
index 7b0d8a60d5a..e2c3cc72831 100644
--- a/print/py-weasyprint/Makefile
+++ b/print/py-weasyprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/11/14 18:17:26 kleink Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/16 14:00:44 kleink Exp $
DISTNAME= WeasyPrint-43
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,8 +10,6 @@ HOMEPAGE= http://weasyprint.org/
COMMENT= Converts HTML/CSS documents to PDF
LICENSE= modified-bsd
-.include "../../lang/python/egg.mk"
-
DEPENDS+= pango>=1.29.3:../../devel/pango
DEPENDS+= ${PYPKGPREFIX}-cairosvg>=1.0.20:../../converters/py-cairosvg
DEPENDS+= ${PYPKGPREFIX}-cairocffi>=0.9.0:../../graphics/py-cairocffi
@@ -34,4 +32,5 @@ SUBST_STAGE.pyversfx= pre-configure
SUBST_FILES.pyversfx= setup.cfg
SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"