pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/py-reportlab Don't add a full depends on GNU tar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ac35e0643d4
branches:  trunk
changeset: 480062:5ac35e0643d4
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Aug 29 15:17:47 2004 +0000

description:
Don't add a full depends on GNU tar -- use a BUILD_DEPENDS.
suggested by reed@

diffstat:

 print/py-reportlab/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f4131176e374 -r 5ac35e0643d4 print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Sun Aug 29 15:15:37 2004 +0000
+++ b/print/py-reportlab/Makefile       Sun Aug 29 15:17:47 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index