1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

Unbreak, this port depended on both py-imaging and py-pillow (via py-reportlab2)

This commit is contained in:
Antoine Brodin 2014-10-04 22:38:23 +00:00
parent 28e31799b8
commit 866acc3b33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370008

View File

@ -3,7 +3,7 @@
PORTNAME= aafigure
PORTVERSION= 0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ COMMENT= ASCII art to image converter written in Python
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2
USE_PYTHON= yes