diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-14 03:59:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-14 03:59:44 +0800 |
commit | dd910480e4b079e95f7af611b572c9cc8390dcc1 (patch) | |
tree | 7afc115ab13c68e2d43717977bee98574529922d | |
parent | abcb3ea2bd2edf056a09626758ca5881da0185ce (diff) | |
download | freebsd-ports-gnome-dd910480e4b079e95f7af611b572c9cc8390dcc1.tar.gz freebsd-ports-gnome-dd910480e4b079e95f7af611b572c9cc8390dcc1.tar.zst freebsd-ports-gnome-dd910480e4b079e95f7af611b572c9cc8390dcc1.zip |
Add explicit flavor to a python dependency
-rw-r--r-- | textproc/ibus-el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ibus-el/Makefile b/textproc/ibus-el/Makefile index 5797f8fb82fa..75e6931b851e 100644 --- a/textproc/ibus-el/Makefile +++ b/textproc/ibus-el/Makefile @@ -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 |