pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-weasyprint



Module Name:    pkgsrc
Committed By:   kleink
Date:           Fri Nov 16 14:00:44 UTC 2018

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile

Log Message:
py-weasyprint: Fix .include vs. variable definition ordering.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/py-weasyprint/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.16 pkgsrc/print/py-weasyprint/Makefile:1.17
--- pkgsrc/print/py-weasyprint/Makefile:1.16    Wed Nov 14 18:17:26 2018
+++ pkgsrc/print/py-weasyprint/Makefile Fri Nov 16 14:00:44 2018
@@ -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"



Home | Main Index | Thread Index | Old Index