pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint py-weasyprint: Fix .include vs. va...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba288437001b
branches:  trunk
changeset: 325391:ba288437001b
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Fri Nov 16 14:00:44 2018 +0000

description:
py-weasyprint: Fix .include vs. variable definition ordering.

diffstat:

 print/py-weasyprint/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 756389c99059 -r ba288437001b print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Fri Nov 16 13:05:56 2018 +0000
+++ b/print/py-weasyprint/Makefile      Fri Nov 16 14:00:44 2018 +0000
@@ -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 @@
 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_FILES.pyversfx=  setup.cfg
 SUBST_SED.pyversfx=    -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
 
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index