diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 21:36:13 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-04 21:36:13 +0000 |
commit | c2e845d0c8bc7c9f164cff0518da23f674677570 (patch) | |
tree | 7fc33d51c49bd9a7ccd279ab581748918852d482 /chinese | |
parent | 2f557a46788f7ec9b1355f7a17e8ca1cfe208f8b (diff) |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Notes
Notes:
svn path=/head/; revision=516745
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/aterm/Makefile | 1 | ||||
-rw-r--r-- | chinese/fcitx-ui-light/Makefile | 2 | ||||
-rw-r--r-- | chinese/fcitx/Makefile | 2 | ||||
-rw-r--r-- | chinese/gcin/Makefile | 2 | ||||
-rw-r--r-- | chinese/ibus-chewing/Makefile | 2 | ||||
-rw-r--r-- | chinese/libcangjie/Makefile | 2 | ||||
-rw-r--r-- | chinese/librime/Makefile | 2 |
7 files changed, 7 insertions, 6 deletions
diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile index eb65511656b3..83ccab04c066 100644 --- a/chinese/aterm/Makefile +++ b/chinese/aterm/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= gugod@gugod.org COMMENT= Color vt102 terminal emulator with transparency support +USES= xorg USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-xim --enable-big5 diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile index 363070ad6bc3..6bf64d9e031b 100644 --- a/chinese/fcitx-ui-light/Makefile +++ b/chinese/fcitx-ui-light/Makefile @@ -16,8 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libfontconfig.so:x11-fonts/fontconfig +USES= tar:bzip2 cmake gettext gnome pkgconfig xorg USE_XORG= x11 xft xpm -USES= tar:bzip2 cmake gettext pkgconfig USE_GNOME= intltool .include <bsd.port.mk> diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index f3458258c22c..633d3f0705a1 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -45,7 +45,7 @@ USE_XORG= x11 xext xkbfile sm ice USE_LDCONFIG= yes USES= compiler:c++11-lang gnome tar:xz cmake:noninja desktop-file-utils \ gettext-tools:build,run gettext-runtime iconv:wchar_t \ - kde:5 pkgconfig shared-mime-info compiler:c++14-lang + kde:5 pkgconfig shared-mime-info compiler:c++14-lang xorg INSTALLS_ICONS= yes OPTIONS_DEFINE= GTK2 GTK3 OPENCC TPUNC DOCS diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index c05120d7b833..12cb23fd55df 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -16,7 +16,7 @@ BROKEN_powerpc64= fails to build: gmake[3]: *** [Makefile:30: en-american] Error LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake gnome pkgconfig tar:xz +USES= gmake gnome pkgconfig tar:xz xorg HAS_CONFIGURE= YES CONFIGURE_ARGS+= --use_gtk3=N --use_qt5=N USE_GNOME= gtk30 diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile index 207c153cc2af..3b1b46155960 100644 --- a/chinese/ibus-chewing/Makefile +++ b/chinese/ibus-chewing/Makefile @@ -20,7 +20,7 @@ CMAKE_ARGS= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \ -DLIB_DIR=${PREFIX}/lib LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.freedesktop.IBus.Chewing.gschema.xml -USES= cmake:noninja gettext pkgconfig +USES= cmake:noninja gettext gnome pkgconfig xorg USE_GNOME= gtk20 USE_XORG= xtst diff --git a/chinese/libcangjie/Makefile b/chinese/libcangjie/Makefile index b0948dd617df..1a1896e521f1 100644 --- a/chinese/libcangjie/Makefile +++ b/chinese/libcangjie/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ libfreetype.so:print/freetype2 \ libdbus-1.so:devel/dbus -USES= autoreconf gmake libtool localbase pkgconfig sqlite +USES= autoreconf gmake libtool localbase pkgconfig sqlite xorg GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 1ae496099ebb..ba5b518ac7d9 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp -USES= cmake compiler:c++11-lib gettext pathfix perl5 pkgconfig +USES= cmake compiler:c++11-lib gettext pathfix perl5 pkgconfig xorg USE_PERL5= build patch USE_CXXSTD= c++11 |