diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-28 15:11:20 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-28 15:11:20 +0000 |
commit | 2d2cb40be98b205d7111f14f87db2582063ccf0f (patch) | |
tree | ba58613d66efb61598154b276c253cf92e03d022 | |
parent | Simple and dumb file system watcher. (diff) |
- Update BUILD_DEPENDS
Submitted by: Uwe Trenkner <uwe@trenknerconsulting.com> (via Email)
Approved by: miwi,jadawin(mentors,implicit)
Notes
Notes:
svn path=/head/; revision=243429
-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 fc1069f89efd..9b655cefb5b7 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 fc1069f89efd..9b655cefb5b7 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+ |