diff options
author | recht <recht@pkgsrc.org> | 2004-08-29 15:15:37 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-29 15:15:37 +0000 |
commit | 5938ebc3c9dc1bdcadc3093e1534882d393cbb76 (patch) | |
tree | 30f07516ca5923e0a231c4d0fa89e991c4058da4 /print | |
parent | 45c41f793e7b1fba523284190548b03c7425f5ec (diff) | |
download | pkgsrc-5938ebc3c9dc1bdcadc3093e1534882d393cbb76.tar.gz |
Use GNU tar here since he reportlab module doesn't extract with NetBSD's
pax.
patch provided by D'Arcy J.M. Cain in PR 26794
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index f0285efba44..051c9370c08 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/07/22 09:16:04 recht Exp $ +# $NetBSD: Makefile,v 1.21 2004/08/29 15:15:37 recht Exp $ # DISTNAME= ReportLab_1_19 @@ -11,11 +11,15 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.reportlab.com/ COMMENT= Powerful PDF-generating toolkit for Python +DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base + WRKSRC= ${WRKDIR}/reportlab-1_19/reportlab/lib PYBINMODULE= yes PYDISTUTILSPKG= yes USE_BUILDLINK3= yes +GTAR= gtar + post-install: cd ${WRKDIR}/reportlab-1_19 && \ ${PAX} -rw -pp reportlab ${PREFIX}/${PYSITELIB} |