diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:09:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:09:47 +0000 |
commit | a7e0fd44899ee72d4b32bed9b55b09a9cda99b55 (patch) | |
tree | 77030afde6e0cd9abaea71c4c6dba4fa63a219b2 /finance/openerp-server | |
parent | 9f55225becf628f7439f153e73bd9ecf548a633e (diff) | |
download | ports-a7e0fd44899ee72d4b32bed9b55b09a9cda99b55.tar.gz ports-a7e0fd44899ee72d4b32bed9b55b09a9cda99b55.zip |
Do not depend on both py-imaging and py-pillow (via py-reportlab2)
No bump as the port is broken
Notes
Notes:
svn path=/head/; revision=370011
Diffstat (limited to 'finance/openerp-server')
-rw-r--r-- | finance/openerp-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile index 681d58db805c..30a1096f615a 100644 --- a/finance/openerp-server/Makefile +++ b/finance/openerp-server/Makefile @@ -14,7 +14,7 @@ COMMENT= Open source application ERP & CRM in Python using Postgresql BROKEN= Non-functional as shipped (Operational Error)(PR: 186262) -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ |