diff options
author | recht <recht@pkgsrc.org> | 2004-08-29 15:17:47 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-08-29 15:17:47 +0000 |
commit | 6552620a80b7996d6ac528bd2c8ddb5c75dab7f3 (patch) | |
tree | 7775c56edd8b50ddb29fe5cfd639deae6c154dc5 /print | |
parent | 5938ebc3c9dc1bdcadc3093e1534882d393cbb76 (diff) | |
download | pkgsrc-6552620a80b7996d6ac528bd2c8ddb5c75dab7f3.tar.gz |
Don't add a full depends on GNU tar -- use a BUILD_DEPENDS.
suggested by reed@
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index 051c9370c08..3635f2bf629 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/08/29 15:15:37 recht Exp $ +# $NetBSD: Makefile,v 1.22 2004/08/29 15:17:47 recht Exp $ # DISTNAME= ReportLab_1_19 @@ -11,7 +11,7 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://www.reportlab.com/ COMMENT= Powerful PDF-generating toolkit for Python -DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base +BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base WRKSRC= ${WRKDIR}/reportlab-1_19/reportlab/lib PYBINMODULE= yes |