diff options
-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 \ |