1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Add USES=xorg USES=gl, ports categories j

Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
This commit is contained in:
Niclas Zeising 2019-11-06 18:03:34 +00:00
parent d9df28a9ce
commit 07e8e1c13c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516912
14 changed files with 16 additions and 13 deletions

View File

@ -12,7 +12,7 @@ COMMENT= Program to quiz you on the meanings of Kanji
RUN_DEPENDS= xjdic:japanese/edict
USES= imake
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
DATADIR= ${PREFIX}/share/dict/kdrill

View File

@ -13,7 +13,7 @@ COMMENT= Japanese text input server for X11 applications
MAKE_JOBS_UNSAFE= yes
USES= imake
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
SUB_FILES= Kinput2.conf
PLIST_FILES= bin/kinput2 lib/X11/app-defaults/Kinput2 man/man1/kinput2.1.gz

View File

@ -17,7 +17,7 @@ LICENSE= MIT
BUILD_DEPENDS= nkf:japanese/nkf
USES= imake
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
USE_GITHUB= yes
GH_ACCOUNT= hrs-allbsd

View File

@ -49,7 +49,7 @@ USES+= qt:5 gnome
USE_GNOME= glib20 gtk20
USE_QT= buildtools core gui widgets
.elif ${BUILD_MOZC_LIST:Mibus_mozc} == "ibus_mozc"
USES+= gettext-runtime gnome
USES+= gettext-runtime gnome xorg
USE_XORG= xcb
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \

View File

@ -40,6 +40,7 @@ SHELL_DESC= Shell support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
USES+= xorg
USE_XORG= xaw xpm
GRAPHICS= X11_GRAPHICS
.endif

View File

@ -12,7 +12,7 @@ COMMENT= SKK-like Japanese input method for X11
LICENSE= GPLv2
USES= imake
USES= imake xorg
USE_XORG= ice sm x11 xext xt xmu
PLIST_FILES= bin/skkinput lib/X11/app-defaults/Skkinput \

View File

@ -11,7 +11,7 @@ DISTNAME= skkinput-${PORTVERSION}
MAINTAINER= koma2@lovepeers.org
COMMENT= SKK-like Japanese input method for X11
USES= imake
USES= imake xorg
USE_GCC= any
USE_CSTD= gnu89
USE_XORG= ice sm x11 xext xmu xt

View File

@ -18,6 +18,7 @@ RUN_DEPENDS= tgif:graphics/tgif \
NO_BUILD= yes
NO_WRKSUBDIR= yes
USES= xorg
USE_XORG= x11
PLIST_SUB= XAPPLRESDIR=${XAPPLRESDIR}

View File

@ -26,7 +26,7 @@ JAVA_OS= native
JAVA_VENDOR= openjdk
USE_PERL5= build
USE_XORG= x11
USES= desktop-file-utils gmake perl5 pkgconfig shebangfix
USES= desktop-file-utils gmake perl5 pkgconfig shebangfix xorg
SHEBANG_FILES= jrunscript.in launcher/launchers.in
CONFIGURE_ARGS= --with-hamcrest="${HAMCREST_JAR}"
@ -72,7 +72,7 @@ PLUGIN_MASTER_SITES= LOCAL/tobik:npapi
PLUGIN_PORTDOCS= plugin
PLUGIN_TEST_TARGET= plugin-tests
PLUGIN_USE= GNOME=glib20
PLUGIN_USES= webplugin:native
PLUGIN_USES= webplugin:native gnome
PLUGIN_VARS= WEBPLUGIN_DIR=${PREFIX}/lib \
WEBPLUGIN_FILES=IcedTeaPlugin.so

View File

@ -17,7 +17,7 @@ BROKEN_aarch64= fails to compile: GVector.java:168: bad use of '>'
BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details
BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details
USES= gl tar:bzip2
USES= gl tar:bzip2 xorg
USE_JAVA= yes
USE_GL= gl
USE_XORG= xt

View File

@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
RUN_DEPENDS= javavm:java/javavmwrapper
USES= compiler:features gmake iconv jpeg pkgconfig
USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes

View File

@ -26,7 +26,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
RUN_DEPENDS= javavm:java/javavmwrapper
USES= compiler:features gmake iconv jpeg pkgconfig
USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes

View File

@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpng.so:graphics/png
RUN_DEPENDS= javavm:java/javavmwrapper
USES= compiler:features gmake iconv jpeg pkgconfig
USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
USE_GITHUB= yes

View File

@ -16,7 +16,7 @@ BUILD_DEPENDS= jikes:java/jikes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pkgconfig
USES= gmake libtool pkgconfig xorg
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
USE_XORG= x11 ice xtst sm
@ -35,6 +35,7 @@ ZIP_DESC= Compress class library
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
USES+= gnome
USE_GNOME+= gtk20
PLIST_SUB+= GTK2=""
.if ${PORT_OPTIONS:MCAIRO}