diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-06 06:28:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-06 06:28:24 +0000 |
commit | 12e7d06c557d0995e5255f54983d1b762307af0a (patch) | |
tree | 41bb2e526f94c5f45a43166139c660e7dfda8115 /deskutils/py-send2trash/Makefile | |
parent | 915524229755e162862bb557deebcc35b379587f (diff) |
Notes
Diffstat (limited to 'deskutils/py-send2trash/Makefile')
-rw-r--r-- | deskutils/py-send2trash/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 8254f1656ab0..13ab98bd621a 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= send2trash -PORTVERSION= 1.3.0 +DISTVERSION= 1.5.0 CATEGORIES= deskutils MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,8 @@ COMMENT= Small package that sends files to the Trash LICENSE= BSD3CLAUSE USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS |