svn commit: r394785 - head/finance/openerp-web

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 19 14:10:56 UTC 2015


Author: amdmi3
Date: Wed Aug 19 14:10:55 2015
New Revision: 394785
URL: https://svnweb.freebsd.org/changeset/ports/394785

Log:
  - Add NO_ARCH

Modified:
  head/finance/openerp-web/Makefile

Modified: head/finance/openerp-web/Makefile
==============================================================================
--- head/finance/openerp-web/Makefile	Wed Aug 19 14:10:32 2015	(r394784)
+++ head/finance/openerp-web/Makefile	Wed Aug 19 14:10:55 2015	(r394785)
@@ -25,7 +25,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ch
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		gettext python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 USE_RC_SUBR=	openerp-web
 


More information about the svn-ports-all mailing list