diff options
author | wiz <wiz> | 2006-01-24 07:31:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-24 07:31:52 +0000 |
commit | dbfead7dfad0120cb6a2ec8671b93692f46048dc (patch) | |
tree | 77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /print/py-reportlab | |
parent | e1ac9cc0185450d751803dc8d862b81c0eaa32ca (diff) | |
download | pkgsrc-dbfead7dfad0120cb6a2ec8671b93692f46048dc.tar.gz |
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
Diffstat (limited to 'print/py-reportlab')
-rw-r--r-- | print/py-reportlab/Makefile | 3 | ||||
-rw-r--r-- | print/py-reportlab/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index b289bffcdff..3b4f369726a 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:47:09 tv Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/24 07:32:32 wiz Exp $ # DISTNAME= ReportLab_1_20 PKGNAME= ${PYPKGPREFIX}-reportlab-1.20 +PKGREVISION= 1 CATEGORIES= print python MASTER_SITES= ftp://ftp.reportlab.com/ EXTRACT_SUFX= .tgz diff --git a/print/py-reportlab/buildlink3.mk b/print/py-reportlab/buildlink3.mk index edd2d697d41..85e2abd4241 100644 --- a/print/py-reportlab/buildlink3.mk +++ b/print/py-reportlab/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/05/05 04:03:19 snj Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2006/01/24 07:32:32 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYREPORTLAB_BUILDLINK3_MK:= ${PYREPORTLAB_BUILDLINK3_MK}+ @@ -14,6 +14,7 @@ BUILDLINK_PACKAGES+= pyreportlab .if !empty(PYREPORTLAB_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.pyreportlab+= ${PYPKGPREFIX}-reportlab-[0-9]* +BUILDLINK_RECOMMENDED.pyreportlab?= ${PYPKGPREFIX}-reportlab>=1.20nb1 BUILDLINK_PKGSRCDIR.pyreportlab?= ../../print/py-reportlab .endif # PYREPORTLAB_BUILDLINK3_MK |