diff options
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | emulators/jzintv/Makefile | 2 | ||||
-rw-r--r-- | emulators/pcsxr/Makefile | 2 | ||||
-rw-r--r-- | games/briquolo/Makefile | 2 | ||||
-rw-r--r-- | games/cosmosmash/Makefile | 2 | ||||
-rw-r--r-- | games/openalchemist/Makefile | 2 | ||||
-rw-r--r-- | games/openjazz/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index dfd2cffd4fab..8904b42c3824 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -42,7 +42,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libhidapi.so:comms/hidapi USES= cmake compiler:c++17-lang desktop-file-utils gl iconv \ - pkgconfig qmake qt:5 sdl + pkgconfig qmake qt:5 sdl xorg USE_GITHUB= yes GH_PROJECT= dolphin diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 6c42d58e1d9a..7abbd072c62c 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -14,7 +14,7 @@ COMMENT= Portable Intellivision(TM) Emulator LICENSE= GPLv2 -USES= alias gmake sdl zip +USES= alias gmake sdl xorg zip USE_XORG= x11 xau xdmcp USE_SDL= sdl diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index f1453834b433..0a3d02a67dd6 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libavformat.so:multimedia/ffmpeg USES= cmake desktop-file-utils dos2unix gettext gl gnome iconv \ - libarchive libtool pkgconfig sdl tar:bzip2 + libarchive libtool pkgconfig sdl tar:bzip2 xorg USE_GITHUB= yes GH_ACCOUNT= martymac diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index dd0e6998c70b..31ad560de76f 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png -USES= tar:bzip2 gl gmake iconv desktop-file-utils sdl +USES= tar:bzip2 gl gmake iconv desktop-file-utils sdl xorg USE_GL= gl USE_SDL= mixer sdl ttf USE_XORG= x11 diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 6220a8c14075..db604403c6e8 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \ libmikmod.so:audio/libmikmod \ libaudiofile.so:audio/libaudiofile -USES= iconv pkgconfig desktop-file-utils sdl +USES= iconv pkgconfig desktop-file-utils sdl xorg USE_CXXSTD= gnu++98 USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 82efe31214a3..4a00b26a1ea2 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ libpng.so:graphics/png USES= autoreconf gl gmake gnome iconv jpeg pkgconfig python:2.7,run \ - sdl shebangfix + sdl shebangfix xorg USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile index 1ec88da8a32e..c1f761af2364 100644 --- a/games/openjazz/Makefile +++ b/games/openjazz/Makefile @@ -10,7 +10,7 @@ COMMENT= Free re-implementation of the Jazz Jackrabbit(tm) game engine LICENSE= GPLv2 -USES= dos2unix gmake sdl +USES= dos2unix gmake sdl xorg USE_XORG= x11 xext xrandr xrender xau xdmcp USE_SDL= sdl |