mail/py-afew: support both Python 2 and 3
PR: 227894 Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
This commit is contained in:
parent
77b8fddf04
commit
1c9edad518
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475403
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= afew
|
||||
DISTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \
|
|||
notmuch:mail/notmuch
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils concurrent autoplist noflavors
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= MANPAGES DOCS
|
||||
|
|
Loading…
Reference in a new issue