Add explicit FLAVOR to dependencies (useful when using
DEFAULT_VERSIONS=python=3.x)
This commit is contained in:
parent
481b7be28b
commit
45d8e622ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455842
@ -15,8 +15,8 @@ LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= iso-codes>=0:misc/iso-codes \
|
||||
py*-chardet>=0:textproc/py-chardet \
|
||||
py*-enchant>=1.5.1:textproc/py-enchant
|
||||
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}enchant>=1.5.1:textproc/py-enchant@${FLAVOR}
|
||||
|
||||
USE_GNOME= pygtk2 intltool
|
||||
USE_PYTHON= distutils
|
||||
|
Loading…
Reference in New Issue
Block a user