diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /finance/tryton28 | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.zst freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'finance/tryton28')
-rw-r--r-- | finance/tryton28/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/tryton28/Makefile b/finance/tryton28/Makefile index b20293f9e049..fde0c1ce15e5 100644 --- a/finance/tryton28/Makefile +++ b/finance/tryton28/Makefile @@ -3,6 +3,7 @@ PORTNAME= tryton PORTVERSION= 2.8.12 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= CHEESESHOP \ http://downloads.tryton.org/2.8/ @@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR} \ CONFLICTS= tryton-2.[46].* -USES= desktop-file-utils gettext python:2 +USES= desktop-file-utils gettext python:2.7 USE_PYTHON= distutils autoplist USE_GNOME= gtk20 pygtk2 |