diff options
author | obache <obache> | 2013-12-06 12:11:15 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-06 12:11:15 +0000 |
commit | f10d8856599380ba18e9306b9940da33394ad9bf (patch) | |
tree | fc4413312740ff20e180668a8456dee52c8686d9 /graphics/py-aafigure | |
parent | eee91584d2a17dd72c7dbac3eafd1274061a2eab (diff) | |
download | pkgsrc-f10d8856599380ba18e9306b9940da33394ad9bf.tar.gz |
Allow to depend on Pillow as well as py-imaging.
Bump PKGREVISION.
Diffstat (limited to 'graphics/py-aafigure')
-rw-r--r-- | graphics/py-aafigure/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-aafigure/Makefile b/graphics/py-aafigure/Makefile index 2f2503fcb87..7ed23024c4d 100644 --- a/graphics/py-aafigure/Makefile +++ b/graphics/py-aafigure/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/10/06 14:11:15 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/06 12:11:15 obache Exp $ # DISTNAME= aafigure-0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics converters python MASTER_SITES= http://pypi.python.org/packages/source/a/aafigure/ @@ -12,7 +12,7 @@ HOMEPAGE= http://launchpad.net/aafigure COMMENT= ASCII art to image converter LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-imaging-[0-9]*:../../graphics/py-imaging +DEPENDS+= {${PYPKGPREFIX}-imaging-[0-9]*,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab USE_LANGUAGES= # none |