summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-29 15:17:47 +0000
committerrecht <recht@pkgsrc.org>2004-08-29 15:17:47 +0000
commit9898f2448392f6eaf4573e749b3a7f3a9aadd49f (patch)
tree7775c56edd8b50ddb29fe5cfd639deae6c154dc5 /print
parentb6d4b35b042d0e3b9832a845ea9c109f99da2dcd (diff)
downloadpkgsrc-9898f2448392f6eaf4573e749b3a7f3a9aadd49f.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/Makefile4
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