summaryrefslogtreecommitdiff
path: root/print/py-reportlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r--print/py-reportlab/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile
index 6ffbd17d222..13e21e0345c 100644
--- a/print/py-reportlab/Makefile
+++ b/print/py-reportlab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/23 16:48:54 recht Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/05 04:03:19 snj Exp $
#
DISTNAME= ReportLab_1_18
@@ -15,12 +15,12 @@ COMMENT= Powerful PDF-generating toolkit for Python
WRKSRC= ${WRKDIR}/reportlab/lib
PYBINMODULE= yes
PYDISTUTILSPKG= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
post-install:
cd ${WRKDIR} && ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB}
${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build
.include "../../lang/python/extension.mk"
-.include "../../textproc/py-xml/buildlink2.mk"
+.include "../../textproc/py-xml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"