diff options
author | recht <recht> | 2004-01-23 15:31:58 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-23 15:31:58 +0000 |
commit | 11b2a21e886ebadbb002df5f1fbf7748e49b39c3 (patch) | |
tree | e30e4d7f10c5227465e9f190ea78fb69695990ff /print | |
parent | be72918c68c6a34ab8e1803359749d9a419b6e2a (diff) | |
download | pkgsrc-11b2a21e886ebadbb002df5f1fbf7748e49b39c3.tar.gz |
catch up with pyxml -> py-xml name change
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 d7a3f88f3ad..e14ef4803d6 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/20 12:24:29 agc Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/23 15:31:58 recht Exp $ # DISTNAME= ReportLab_1_18 @@ -21,5 +21,5 @@ post-install: ${RM} -rf ${PREFIX}/${PYSITELIB}/reportlab/lib/build .include "../../lang/python/extension.mk" -.include "../../textproc/pyxml/buildlink2.mk" +.include "../../textproc/py-xml/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |