diff options
Diffstat (limited to 'finance/openerp-web/Makefile')
-rw-r--r-- | finance/openerp-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile index ed71a41f756f..1bc5f9110fa9 100644 --- a/finance/openerp-web/Makefile +++ b/finance/openerp-web/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}parsing>0:${PORTSDIR}/devel/py-parsing \ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GETTEXT= yes |