diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:47:00 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 14:47:00 +0000 |
commit | c4927e043cf01f73da57920698b695c0c6cf3e64 (patch) | |
tree | 448a74c1d2fa9218ed879cc777821d13e1e1a9e8 /japanese | |
parent | graphics: Add missing USES={gl,gnome,sdl} (diff) |
Add missing USES={gnome,php,sdl} to the rest
Notes
Notes:
svn path=/head/; revision=517072
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 2 | ||||
-rw-r--r-- | japanese/fcitx-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/fcitx-skk/Makefile | 2 | ||||
-rw-r--r-- | japanese/ibus-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/ibus-skk/Makefile | 2 | ||||
-rw-r--r-- | japanese/im-ja/Makefile | 2 | ||||
-rw-r--r-- | japanese/kana-no-quiz/Makefile | 2 | ||||
-rw-r--r-- | japanese/kanjipad/Makefile | 2 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/skk-tools/Makefile | 2 | ||||
-rw-r--r-- | japanese/tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 2 | ||||
-rw-r--r-- | japanese/xdtp/Makefile | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 690976411173..e1c16aa20304 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libeb.so:japanese/eb CONFLICTS= ja-ebview-[0-9]* -USES= gettext gmake pkgconfig +USES= gettext gmake gnome pkgconfig USE_GNOME= gtk20 pangox-compat USE_CSTD= gnu89 GNU_CONFIGURE= yes diff --git a/japanese/fcitx-anthy/Makefile b/japanese/fcitx-anthy/Makefile index a4e66b8dbd73..fab7b769dd8f 100644 --- a/japanese/fcitx-anthy/Makefile +++ b/japanese/fcitx-anthy/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libanthy.so:japanese/anthy -USES= cmake gettext pkgconfig tar:xz +USES= cmake gettext gnome pkgconfig tar:xz INSTALLS_ICONS= yes .include <bsd.port.mk> diff --git a/japanese/fcitx-skk/Makefile b/japanese/fcitx-skk/Makefile index 63446a6297a7..a013ee500f97 100644 --- a/japanese/fcitx-skk/Makefile +++ b/japanese/fcitx-skk/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libskk.so:japanese/libskk BUILD_DEPENDS= bash:shells/bash -USES= tar:xz compiler:c++11-lang cmake gettext pkgconfig +USES= cmake compiler:c++11-lang gettext gnome pkgconfig tar:xz INSTALLS_ICONS= yes CMAKE_ARGS+= -DSKK_DEFAULT_PATH=${LOCALBASE}/share/skk/SKK-JISYO.L diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 0fd260a8747b..b647f139be35 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:2.7 +USES= gettext gmake gnome libtool pkgconfig python:2.7 USE_GNOME= intltool pygtk2 BINARY_ALIAS= swig=swig3.0 diff --git a/japanese/ibus-skk/Makefile b/japanese/ibus-skk/Makefile index 05b55d11954a..2a2300916882 100644 --- a/japanese/ibus-skk/Makefile +++ b/japanese/ibus-skk/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libibus-1.0.so:textproc/ibus \ libskk.so:japanese/libskk -USES= autoreconf gettext gmake libtool pkgconfig python +USES= autoreconf gettext gmake gnome libtool pkgconfig python GNU_CONFIGURE= yes CONFIGURE_ENV= DATADIRNAME=share USE_GITHUB= yes diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile index a412f88ef2ee..464d0a706e4f 100644 --- a/japanese/im-ja/Makefile +++ b/japanese/im-ja/Makefile @@ -16,7 +16,7 @@ ANTHY_DESC= Use Anthy CANNA_DESC= Use Canna WNN_DESC= Use FreeWnn -USES= gettext gmake libtool pathfix perl5 pkgconfig +USES= gettext gmake gnome libtool pathfix perl5 pkgconfig USE_GNOME= gconf2 gnomeprefix intlhack libglade2 USE_PERL5= build GNU_CONFIGURE= yes diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile index 506bcf5b8fac..9f58c4d2f018 100644 --- a/japanese/kana-no-quiz/Makefile +++ b/japanese/kana-no-quiz/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYGAME} NO_BUILD= yes NO_ARCH= yes -USES= gettext python:2.7 tar:bzip2 +USES= gettext gnome python:2.7 tar:bzip2 USE_GNOME= pygtk2:run USE_PYTHON= distutils autoplist diff --git a/japanese/kanjipad/Makefile b/japanese/kanjipad/Makefile index 7991213ddc79..c2c16d4ec80d 100644 --- a/japanese/kanjipad/Makefile +++ b/japanese/kanjipad/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://fishsoup.net/software/kanjipad/ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese Handwriting recognition -USES= perl5 gmake pkgconfig +USES= gmake gnome perl5 pkgconfig USE_GNOME= gtk20 MAKE_ARGS= OPTIMIZE="${CFLAGS}" PREFIX="${PREFIX}" \ GTKINC="`pkg-config --cflags gtk+-2.0`" diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index a9c1ea8a388c..7a656fdb5005 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -14,7 +14,7 @@ COMMENT= TOMOE GTK+ library LIB_DEPENDS= libtomoe.so:japanese/tomoe GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig python:2.7,build +USES= gmake gnome libtool pathfix pkgconfig python:2.7,build USE_GNOME= gtk20 USE_LDCONFIG= yes diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index f2f6431d9cf5..5aa0166c1b75 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libtomoe.so:japanese/tomoe \ libtomoe-gtk.so:japanese/libtomoe-gtk USE_GNOME= intlhack -USES= gettext gmake iconv libtool:keepla pkgconfig +USES= gettext gmake gnome iconv libtool:keepla pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ diff --git a/japanese/skk-tools/Makefile b/japanese/skk-tools/Makefile index 4aad8b06956a..27c584a7da78 100644 --- a/japanese/skk-tools/Makefile +++ b/japanese/skk-tools/Makefile @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS EXPR2 OPTIONS_DEFAULT= EXPR2 EXPR2_DESC= Build skkdic-expr2 (needs glib-2.x) -EXPR2_USES= pkgconfig +EXPR2_USES= gnome pkgconfig EXPR2_USE= GNOME=glib20 EXPR2_PLIST_FILES= bin/skkdic-expr2 EXPR2_CONFIGURE_WITH= skkdic-expr2 diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index d440d24a928b..495159ca5ed2 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -35,8 +35,8 @@ MYSQL_DESC= Enable MySQL dictionary module MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_WITH= mysql PYTHON_DESC= Enable Python module +PYTHON_USES= gnome python:2.7 PYTHON_USE= GNOME=pygtk2 -PYTHON_USES= python:2.7 PYTHON_CONFIGURE_OFF= --with-python=no RUBY_DESC= Enable Ruby module RUBY_BROKEN= Does not build diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index c98da4287236..5dc7bd804019 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libtomoe.so:japanese/tomoe \ libtomoe-gtk.so:japanese/libtomoe-gtk \ libuim.so:textproc/uim -USES= gettext gmake libtool pkgconfig +USES= gettext gmake gnome libtool pkgconfig USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile index ccf306fed1d4..7098b2b13215 100644 --- a/japanese/xdtp/Makefile +++ b/japanese/xdtp/Makefile @@ -13,7 +13,7 @@ COMMENT= XML document transfer program LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang pkgconfig tar:tgz +USES= compiler:c++11-lang gnome pkgconfig tar:tgz USE_CXXSTD= c++11 USE_GNOME= glibmm libxml2 libxslt HAS_CONFIGURE= yes |