svn commit: r455842 - head/multimedia/gaupol

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 11:36:49 UTC 2017


Author: antoine
Date: Sat Dec  9 11:36:48 2017
New Revision: 455842
URL: https://svnweb.freebsd.org/changeset/ports/455842

Log:
  Add explicit FLAVOR to dependencies (useful when using
  DEFAULT_VERSIONS=python=3.x)

Modified:
  head/multimedia/gaupol/Makefile

Modified: head/multimedia/gaupol/Makefile
==============================================================================
--- head/multimedia/gaupol/Makefile	Sat Dec  9 10:56:29 2017	(r455841)
+++ head/multimedia/gaupol/Makefile	Sat Dec  9 11:36:48 2017	(r455842)
@@ -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


More information about the svn-ports-all mailing list