diff options
author | obache <obache@pkgsrc.org> | 2013-12-06 11:56:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-06 11:56:36 +0000 |
commit | a316ddedcc3ecdde9a26c651423dfebe9dbfbc5a (patch) | |
tree | 60621bc5eab30efa4e4370e3c352c25def1eb012 /print | |
parent | 7398b8f38ea24f7406396d73f37247286c81ebd2 (diff) | |
download | pkgsrc-a316ddedcc3ecdde9a26c651423dfebe9dbfbc5a.tar.gz |
Allow to depend on Pillow as well as py-imaging.
Bump PKGREVISION.
Diffstat (limited to 'print')
-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 0e4b3093ae0..2de6e7a93c1 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.47 2013/06/04 22:17:00 tron Exp $ +# $NetBSD: Makefile,v 1.48 2013/12/06 11:56:36 obache Exp $ DISTNAME= reportlab-2.5 DISTFILES= ${DEFAULT_DISTFILES} pfbfer.zip PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print python MASTER_SITES= http://www.reportlab.com/ftp/ SITES.pfbfer.zip= http://www.reportlab.com/ftp/fonts/ @@ -14,7 +14,7 @@ COMMENT= Powerful PDF-generating toolkit for Python LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat -DEPENDS+= ${PYPKGPREFIX}-imaging-[0-9]*:../../graphics/py-imaging +DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging EXTRACT_DIR.pfbfer.zip= ${WRKSRC}/src/reportlab/fonts |