diff options
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} |