svn commit: r370011 - head/finance/openerp-server
Antoine Brodin
antoine at FreeBSD.org
Sat Oct 4 23:09:48 UTC 2014
Author: antoine
Date: Sat Oct 4 23:09:47 2014
New Revision: 370011
URL: https://svnweb.freebsd.org/changeset/ports/370011
QAT: https://qat.redports.org/buildarchive/r370011/
Log:
Do not depend on both py-imaging and py-pillow (via py-reportlab2)
No bump as the port is broken
Modified:
head/finance/openerp-server/Makefile
Modified: head/finance/openerp-server/Makefile
==============================================================================
--- head/finance/openerp-server/Makefile Sat Oct 4 22:47:23 2014 (r370010)
+++ head/finance/openerp-server/Makefile Sat Oct 4 23:09:47 2014 (r370011)
@@ -14,7 +14,7 @@ COMMENT= Open source application ERP & C
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 \
More information about the svn-ports-head
mailing list