diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /finance | |
parent | f7c433d7169aa1bbe61414cf420ec27bbb3160d3 (diff) | |
download | ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.tar.gz ports-50f8eaece13e14735ce71c2c22f8aac07f7cd50a.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/electrum/Makefile | 2 | ||||
-rw-r--r-- | finance/openerp-server/Makefile | 2 | ||||
-rw-r--r-- | finance/sabernetdcs-client/Makefile | 2 | ||||
-rw-r--r-- | finance/tryton/Makefile | 2 | ||||
-rw-r--r-- | finance/tryton28/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 9881c8fc2554..6498bd9b2a85 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slowaes>0:${PORTSDIR}/security/py-slowaes \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa \ ${PYTHON_PKGNAMEPREFIX}qt4>=4.9:${PORTSDIR}/devel/py-qt4 -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= Electrum diff --git a/finance/openerp-server/Makefile b/finance/openerp-server/Makefile index 02e47a2f5eb2..8328f58759e5 100644 --- a/finance/openerp-server/Makefile +++ b/finance/openerp-server/Makefile @@ -31,7 +31,7 @@ USE_RC_SUBR= openerpd SUB_FILES= openerp-server.conf pkg-message SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR}/openerp_server-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info PYDISTUTILS_EGGINFO= PKG-INFO diff --git a/finance/sabernetdcs-client/Makefile b/finance/sabernetdcs-client/Makefile index 175b65ef1fe8..ffcb4d19e244 100644 --- a/finance/sabernetdcs-client/Makefile +++ b/finance/sabernetdcs-client/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyro>=0:${PORTSDIR}/devel/py-pyro USE_GNOME= pygtk2 -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes USE_BZIP2= yes DOCSDIR= ${PREFIX}/share/doc/sndcs diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile index 33c11da924a0..5c4cdceac144 100644 --- a/finance/tryton/Makefile +++ b/finance/tryton/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil CONFLICTS= tryton28-2.8.* USES= desktop-file-utils gettext -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_GNOME= gtk20 pygtk2 diff --git a/finance/tryton28/Makefile b/finance/tryton28/Makefile index 220a5c8fcfa7..b2257c8337e3 100644 --- a/finance/tryton28/Makefile +++ b/finance/tryton28/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil CONFLICTS= tryton-2.[46].* USES= desktop-file-utils gettext -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=easy_install USE_GNOME= gtk20 pygtk2 |