diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:18:18 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:18:18 +0800 |
commit | ef7091e75f9b43195de65f2cdb37fa48cb28815a (patch) | |
tree | 0074a39ed11763aa9c49d62ad3027666e3f087cc /finance/openerp-web/Makefile | |
parent | 8efc1ccdad99ac37ed240c0cdd7bf27a2aececd5 (diff) | |
download | freebsd-ports-gnome-ef7091e75f9b43195de65f2cdb37fa48cb28815a.tar.gz freebsd-ports-gnome-ef7091e75f9b43195de65f2cdb37fa48cb28815a.tar.zst freebsd-ports-gnome-ef7091e75f9b43195de65f2cdb37fa48cb28815a.zip |
- Convert finance/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'finance/openerp-web/Makefile')
-rw-r--r-- | finance/openerp-web/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile index 5d57932169ae..9ec90c2852f4 100644 --- a/finance/openerp-web/Makefile +++ b/finance/openerp-web/Makefile @@ -22,11 +22,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= gettext python +USE_PYTHON= distutils autoplist USE_RC_SUBR= openerp-web |