diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /japanese | |
parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ibus-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/kana-no-quiz/Makefile | 2 | ||||
-rw-r--r-- | japanese/py-mecab/Makefile | 2 | ||||
-rw-r--r-- | japanese/py-tegaki-gtk/Makefile | 4 | ||||
-rw-r--r-- | japanese/py-tegaki/Makefile | 4 | ||||
-rw-r--r-- | japanese/py-zinnia/Makefile | 2 | ||||
-rw-r--r-- | japanese/tegaki-recognize/Makefile | 2 | ||||
-rw-r--r-- | japanese/tomoe/Makefile | 2 |
8 files changed, 10 insertions, 10 deletions
diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index e3d8a3bdec48..b41bf645e86d 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libanthy.so:japanese/anthy \ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:devel/py-notify GNU_CONFIGURE= yes -USES= libtool gettext gmake pkgconfig python +USES= libtool gettext gmake pkgconfig python:2.7 USE_GNOME= intltool pygtk2 LOCALBASE_REPLACE_FILES= \ diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile index b3f960274113..8536a80abb83 100644 --- a/japanese/kana-no-quiz/Makefile +++ b/japanese/kana-no-quiz/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes NO_ARCH= yes -USES= gettext python tar:bzip2 +USES= gettext python:2.7 tar:bzip2 USE_GNOME= pygtk2:run USE_PYTHON= distutils autoplist diff --git a/japanese/py-mecab/Makefile b/japanese/py-mecab/Makefile index 9d06c1f785bc..b2ff4a8ed78b 100644 --- a/japanese/py-mecab/Makefile +++ b/japanese/py-mecab/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= swig:devel/swig13 LIB_DEPENDS= libmecab.so:japanese/mecab -USES= python +USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_EGGINFO= ${PORTNAME}_python-${PORTVERSION}.post2-py${PYTHON_VER}.egg-info diff --git a/japanese/py-tegaki-gtk/Makefile b/japanese/py-tegaki-gtk/Makefile index afc16d9e434f..fdb1d717771c 100644 --- a/japanese/py-tegaki-gtk/Makefile +++ b/japanese/py-tegaki-gtk/Makefile @@ -15,9 +15,9 @@ COMMENT= Tegaki PyGTK interface LICENSE= GPLv2 LIB_DEPENDS= libzinnia.so:japanese/zinnia -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:japanese/py-tegaki +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegaki/engine.py:japanese/py-tegaki@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= ${PORTNAME}_pygtk diff --git a/japanese/py-tegaki/Makefile b/japanese/py-tegaki/Makefile index c4a493cff976..6a180551357c 100644 --- a/japanese/py-tegaki/Makefile +++ b/japanese/py-tegaki/Makefile @@ -14,9 +14,9 @@ COMMENT= Open-source Chinese and Japanese handwriting recognition LICENSE= GPLv2 LIB_DEPENDS= libzinnia.so:japanese/zinnia -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:japanese/py-zinnia +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/zinnia.py:japanese/py-zinnia@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= ${PORTNAME}_python diff --git a/japanese/py-zinnia/Makefile b/japanese/py-zinnia/Makefile index b08aa7214ffe..b4f64eb47aed 100644 --- a/japanese/py-zinnia/Makefile +++ b/japanese/py-zinnia/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= zinnia:japanese/zinnia LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= python +USES= python:2.7 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= ${PORTNAME}_python PYDISTUTILS_PKGVERSION= 0.0.0 diff --git a/japanese/tegaki-recognize/Makefile b/japanese/tegaki-recognize/Makefile index a1eb1b60f975..5e49c8a1d156 100644 --- a/japanese/tegaki-recognize/Makefile +++ b/japanese/tegaki-recognize/Makefile @@ -14,7 +14,7 @@ COMMENT= Open-Source Chinese and Japanese Handwriting Recognition LICENSE= GPLv2 LIB_DEPENDS= libzinnia.so:japanese/zinnia -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegakigtk/recognizer.py:japanese/py-tegaki-gtk +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tegakigtk/recognizer.py:japanese/py-tegaki-gtk@${FLAVOR} OPTIONS_DEFINE= DOCS diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index c5b5335aff7a..d440d24a928b 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -36,7 +36,7 @@ MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql PYTHON_DESC= Enable Python module PYTHON_USE= GNOME=pygtk2 -PYTHON_USES= python +PYTHON_USES= python:2.7 PYTHON_CONFIGURE_OFF= --with-python=no RUBY_DESC= Enable Ruby module RUBY_BROKEN= Does not build |