svn commit: r470566 - head/textproc/ibus-uniemoji
Yuri Victorovich
yuri at FreeBSD.org
Mon May 21 17:51:56 UTC 2018
Author: yuri
Date: Mon May 21 17:51:54 2018
New Revision: 470566
URL: https://svnweb.freebsd.org/changeset/ports/470566
Log:
textproc/ibus-uniemoji: Fix index breakage
FLAVOR -> PY_FLAVOR
PR: 227269
Modified:
head/textproc/ibus-uniemoji/Makefile
Modified: head/textproc/ibus-uniemoji/Makefile
==============================================================================
--- head/textproc/ibus-uniemoji/Makefile Mon May 21 17:43:16 2018 (r470565)
+++ head/textproc/ibus-uniemoji/Makefile Mon May 21 17:51:54 2018 (r470566)
@@ -12,8 +12,8 @@ COMMENT= Input method for entering unicode symbols and
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus
USES= gmake python:3.4+ shebangfix
More information about the svn-ports-all
mailing list