diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-19 02:07:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-19 02:07:26 +0000 |
commit | 79603ce51aeae5fad73876e0255dcec5af38d313 (patch) | |
tree | 0e5dc0148dc31601a4021b1637ff41d956584b3f /mail/py-afew | |
parent | 16a8cf00d17bca9799755ef9948f62ce37765b08 (diff) |
Notes
Diffstat (limited to 'mail/py-afew')
-rw-r--r-- | mail/py-afew/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/py-afew/Makefile b/mail/py-afew/Makefile index 6b78d15ec0fe..f1d11f9f92ed 100644 --- a/mail/py-afew/Makefile +++ b/mail/py-afew/Makefile @@ -2,6 +2,7 @@ PORTNAME= afew DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ notmuch:mail/notmuch USES= python -USE_PYTHON= distutils autoplist noflavors +USE_PYTHON= distutils concurrent autoplist noflavors NO_ARCH= yes OPTIONS_DEFINE= MANPAGES DOCS |