Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 23:09:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370011 - head/finance/openerp-server
Message-ID:  <201410042309.s94N9mJr033575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410042309.s94N9mJr033575>