diff options
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r-- | print/py-reportlab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 70875d79045..2b63aef642a 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2002/12/07 18:02:03 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/29 12:42:17 jmmv Exp $ # DISTNAME= ReportLab_1_16 PKGNAME= ${PYPKGPREFIX}-reportlab-1.16 +WRKSRC= ${WRKDIR}/reportlab/lib CATEGORIES= print MASTER_SITES= ftp://ftp.reportlab.com/ EXTRACT_SUFX= .tgz @@ -11,8 +12,6 @@ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.reportlab.com/ COMMENT= powerful PDF-generating toolkit for Python -WRKSRC= ${WRKDIR}/reportlab/lib - PYBINMODULE= yes PYDISTUTILSPKG= yes USE_BUILDLINK2= yes |