diff options
author | recht <recht> | 2004-08-29 15:15:37 +0000 |
---|---|---|
committer | recht <recht> | 2004-08-29 15:15:37 +0000 |
commit | 8fbad00abb57370a9e01f379a5adbe70c4d66f66 (patch) | |
tree | 30f07516ca5923e0a231c4d0fa89e991c4058da4 /print | |
parent | b1f446923a0d9ddcc27f9181fa65e9d0291a4650 (diff) | |
download | pkgsrc-8fbad00abb57370a9e01f379a5adbe70c4d66f66.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} |