From 194863ac88cebe484cd726e5e3e8c90a4202f919 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 19 Aug 2015 14:10:55 +0000 Subject: [PATCH] - Add NO_ARCH --- finance/openerp-web/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile index 62bf5f5ab8f2..6c67929edf1b 100644 --- a/finance/openerp-web/Makefile +++ b/finance/openerp-web/Makefile @@ -25,7 +25,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gettext python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +NO_ARCH= yes USE_RC_SUBR= openerp-web