diff options
Diffstat (limited to 'print/py-reportlab/Makefile')
-rw-r--r-- | print/py-reportlab/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 11b897b925b..d7a3f88f3ad 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/07/28 19:08:53 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:24:29 agc Exp $ # DISTNAME= ReportLab_1_18 PKGNAME= ${PYPKGPREFIX}-reportlab-1.18 -WRKSRC= ${WRKDIR}/reportlab/lib CATEGORIES= print MASTER_SITES= ftp://ftp.reportlab.com/ EXTRACT_SUFX= .tgz @@ -12,7 +11,8 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.reportlab.com/ COMMENT= Powerful PDF-generating toolkit for Python -PYBINMODULE= yes +WRKSRC= ${WRKDIR}/reportlab/lib +PYBINMODULE= yes PYDISTUTILSPKG= yes USE_BUILDLINK2= yes |