diff options
author | wen <wen@FreeBSD.org> | 2009-10-28 23:11:20 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-10-28 23:11:20 +0800 |
commit | 9e204f4f71fed5f5848c8bd816fa8d670f50b313 (patch) | |
tree | 6039050b70fa3b2a556a68128565db58d9108018 /finance | |
parent | b6ae8e9a625050d8f5daa2da44ea1d2095029606 (diff) | |
download | freebsd-ports-graphics-9e204f4f71fed5f5848c8bd816fa8d670f50b313.tar.gz freebsd-ports-graphics-9e204f4f71fed5f5848c8bd816fa8d670f50b313.tar.zst freebsd-ports-graphics-9e204f4f71fed5f5848c8bd816fa8d670f50b313.zip |
- Update BUILD_DEPENDS
Submitted by: Uwe Trenkner <uwe@trenknerconsulting.com> (via Email)
Approved by: miwi,jadawin(mentors,implicit)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/openerp-server/Makefile | 3 | ||||
-rw-r--r-- | finance/openerp/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile index fc1069f89ef..9b655cefb5b 100644 --- a/finance/openerp-server/Makefile +++ b/finance/openerp-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= openerp-server PORTVERSION= 5.0.6 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://openerp.com/download/stable/source/ @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imag ${PYTHON_PKGNAMEPREFIX}pydot>0:${PORTSDIR}/graphics/py-pydot \ ${PYTHON_PKGNAMEPREFIX}libxslt>0:${PORTSDIR}/textproc/py-libxslt \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab + ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= 2.4+ diff --git a/finance/openerp/Makefile b/finance/openerp/Makefile index fc1069f89ef..9b655cefb5b 100644 --- a/finance/openerp/Makefile +++ b/finance/openerp/Makefile @@ -7,6 +7,7 @@ PORTNAME= openerp-server PORTVERSION= 5.0.6 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= http://openerp.com/download/stable/source/ @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imag ${PYTHON_PKGNAMEPREFIX}pydot>0:${PORTSDIR}/graphics/py-pydot \ ${PYTHON_PKGNAMEPREFIX}libxslt>0:${PORTSDIR}/textproc/py-libxslt \ ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab + ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= 2.4+ |