svn commit: r461739 - head/textproc/ibus-el

Antoine Brodin antoine at FreeBSD.org
Tue Feb 13 19:59:45 UTC 2018


Author: antoine
Date: Tue Feb 13 19:59:44 2018
New Revision: 461739
URL: https://svnweb.freebsd.org/changeset/ports/461739

Log:
  Add explicit flavor to a python dependency

Modified:
  head/textproc/ibus-el/Makefile

Modified: head/textproc/ibus-el/Makefile
==============================================================================
--- head/textproc/ibus-el/Makefile	Tue Feb 13 19:56:37 2018	(r461738)
+++ head/textproc/ibus-el/Makefile	Tue Feb 13 19:59:44 2018	(r461739)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
 RUN_DEPENDS=	ibus-daemon:textproc/ibus \
-		${PYTHON_SITELIBDIR}/Xlib/X.py:x11-toolkits/py-xlib
+		${PYTHON_SITELIBDIR}/Xlib/X.py:x11-toolkits/py-xlib@${PY_FLAVOR}
 
 USES=		emacs python:2.7,run shebangfix
 


More information about the svn-ports-head mailing list