diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
commit | ef5d45aaa64535e3cb0499fe297423c5f873ecbd (patch) | |
tree | 94674d44da850da02e8ab4969da3e457bef57094 /games | |
parent | 40f4b34b5a9ac32ac529d75838c6394e5a08ff08 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/0verkill/Makefile | 1 | ||||
-rw-r--r-- | games/angband/Makefile | 2 | ||||
-rw-r--r-- | games/ezquake/Makefile | 3 | ||||
-rw-r--r-- | games/heretic/Makefile | 2 | ||||
-rw-r--r-- | games/stratagus/Makefile | 1 | ||||
-rw-r--r-- | games/xlennart/Makefile | 4 | ||||
-rw-r--r-- | games/xonotic/Makefile | 1 |
7 files changed, 12 insertions, 2 deletions
diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index cbe77a3f01b8..40dfd32a1a4a 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -20,6 +20,7 @@ OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=xpm X11_CONFIGURE_WITH= x diff --git a/games/angband/Makefile b/games/angband/Makefile index fffaf02b8874..61864a299eaa 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -23,8 +23,10 @@ OPTIONS_DEFINE= SDL X11 DOCS OPTIONS_DEFAULT=X11 DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils +SDL_USES= sdl SDL_USE= SDL=image,mixer,ttf,sdl SDL_CONFIGURE_ENABLE= sdl +X11_USES= xorg X11_USE= XORG=ice,sm,x11 X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps X11_CONFIGURE_ENABLE= x11 diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 6c27e6a3fc16..44aad43d87a7 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -36,9 +36,10 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPENGL X11 OPTIMIZED_CFLAGS OPTIONS_SUB= yes -OPENGL_USES= jpeg +OPENGL_USES= gl jpeg OPENGL_USE= GL=yes +X11_USES= xorg X11_USE= XORG=xxf86dga BROKEN_powerpc= Does not install on powerpc: signal 2 diff --git a/games/heretic/Makefile b/games/heretic/Makefile index 500dfd912761..eabd463685de 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -30,10 +30,12 @@ OPTIONS_SUB= yes X11_ALL_TARGET= x11 X11_VARS= BINARY=xheretic +X11_USES= xorg X11_USE= XORG=x11,xext FASTX11_ALL_TARGET= fastx11 FASTX11_VARS= BINARY=xaheretic +FASTX11_USES= xorg FASTX11_USE= XORG=x11,xext SDL_ALL_TARGET= sdl diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index f78a562d0d48..fb18e554cd78 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -50,6 +50,7 @@ VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ VORBIS_CMAKE_BOOL= WITH_OGGVORBIS X11_DESC= X11 clipboard pasting support +X11_USES= xorg X11_USE= XORG=x11 X11_CMAKE_BOOL= WITH_X11 diff --git a/games/xlennart/Makefile b/games/xlennart/Makefile index c16a1efccdaa..cc3309730e9d 100644 --- a/games/xlennart/Makefile +++ b/games/xlennart/Makefile @@ -40,12 +40,14 @@ GH_ACCOUNT= Xylemon USES= pkgconfig ATHENA_CONFIGURE_ON= --disable-gtk --disable-motif +ATHENA_USES= xorg ATHENA_USE= XORG=xaw,xmu,xt,x11,sm,ice MOTIF_CONFIGURE_ON= --disable-athena --disable-gtk MOTIF_USE= XORG=xt,x11,sm,ice,xpm -MOTIF_USES= motif +MOTIF_USES= motif xorg +GTK_USES= gnome xorg GTK_CONFIGURE_ON= --disable-athena --disable-motif GTK_USE= GNOME=gtk20 XORG=sm,ice diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 72075a3b0c92..033ac6391582 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -42,6 +42,7 @@ CLIENT_LIB_DEPENDS= libtheora.so:multimedia/libtheora \ libvorbisenc.so:audio/libvorbis \ libvorbisfile.so:audio/libvorbis \ libogg.so:audio/libogg +CLIENT_USES= sdl xorg CLIENT_USE= SDL=sdl2 XORG=x11 CLIENT_ALL_TARGET= sdl-release CLIENT_PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.ico |