diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-02-21 20:23:32 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-02-21 20:23:32 +0800 |
commit | be111d79acd6d952b33a05820b2b977caeb844f6 (patch) | |
tree | 5a4b8b70ca8184790ecaf2ffbfa9f3e9d8e104a8 /finance/openerp-server/Makefile | |
parent | 56ffd636371969d5839b9afb80ae173854ca7b39 (diff) | |
download | freebsd-ports-gnome-be111d79acd6d952b33a05820b2b977caeb844f6.tar.gz freebsd-ports-gnome-be111d79acd6d952b33a05820b2b977caeb844f6.tar.zst freebsd-ports-gnome-be111d79acd6d952b33a05820b2b977caeb844f6.zip |
- Add new dependencies to port
- BUMP PORTREVISION
"Thanks to: Javier Villarroya and Jim Mercer"
Approved by: itetcu (mentor)
Feature safe: yes
Diffstat (limited to 'finance/openerp-server/Makefile')
-rw-r--r-- | finance/openerp-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile index 28d5b9c9e27f..5f277e6f5de7 100644 --- a/finance/openerp-server/Makefile +++ b/finance/openerp-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= openerp-server PORTVERSION= 5.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance python MASTER_SITES= http://openerp.com/download/stable/source/ @@ -23,6 +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_PKGNAMEPREFIX}xml>0:${PORTSDIR}/textproc/py-xml \ ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2 RUN_DEPENDS= ${BUILD_DEPENDS} |