summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-28 19:08:53 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-28 19:08:53 +0000
commit19a5241bdf94fec61a17d0b929a7a3fbca580913 (patch)
treed53d333a259e2030ec19acda1889bbd4f5ba4b6f /print
parent4382567bd23819ae8737a7921778b306df95d21b (diff)
downloadpkgsrc-19a5241bdf94fec61a17d0b929a7a3fbca580913.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/Makefile4
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"