diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-09 11:36:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-09 11:36:48 +0000 |
commit | 45d8e622ee479d4a1328d18107de6cb3cb1cb6ce (patch) | |
tree | a544b4ec9d943229b6d25fc304551df1952aba72 /multimedia/gaupol | |
parent | 481b7be28b1257f2ef8e5d9b49e47de51deaf2fd (diff) |
Add explicit FLAVOR to dependencies (useful when using
DEFAULT_VERSIONS=python=3.x)
Notes
Notes:
svn path=/head/; revision=455842
Diffstat (limited to 'multimedia/gaupol')
-rw-r--r-- | multimedia/gaupol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile index d4506a0ba1c5..1f701296bd7d 100644 --- a/multimedia/gaupol/Makefile +++ b/multimedia/gaupol/Makefile @@ -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 |