diff options
author | drochner <drochner> | 2003-07-28 19:08:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-28 19:08:53 +0000 |
commit | ca9f1fdbb1b0c2b5f2ea8429674ef1aaccd694d3 (patch) | |
tree | d53d333a259e2030ec19acda1889bbd4f5ba4b6f /print | |
parent | 6e6a9f849e8e1de24996d07cd19de69311a17162 (diff) | |
download | pkgsrc-ca9f1fdbb1b0c2b5f2ea8429674ef1aaccd694d3.tar.gz |
Uhm - got caught in my own trap... For Python extensions which depend
on other Python extensions to propagate the Python version properly,
it is necessary to include "python/extension.mk" before the extensions'
"buildlink2.mk" files.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 08420603957..11b897b925b 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/26 15:00:58 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2003/07/28 19:08:53 drochner Exp $ # DISTNAME= ReportLab_1_18 @@ -20,6 +20,6 @@ post-install: cd ${WRKDIR} && ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB} ${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build -.include "../../textproc/pyxml/buildlink2.mk" .include "../../lang/python/extension.mk" +.include "../../textproc/pyxml/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |