Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 19:59:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461739 - head/textproc/ibus-el
Message-ID:  <201802131959.w1DJxjfe068300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802131959.w1DJxjfe068300>