aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-09-20 21:17:10 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-09-20 21:17:10 +0000
commite025da18549c14554f3fbfe947686a8f11d5b2fe (patch)
treec68b76cc77b1756e3b66000557d08b319b4a38f3 /emulators
parentfda6691b0b07fbfe74a0c887927d6e1645116898 (diff)
downloadports-e025da18549c14554f3fbfe947686a8f11d5b2fe.tar.gz
ports-e025da18549c14554f3fbfe947686a8f11d5b2fe.zip
Add missing USES=xorg for my ports
Notes
Notes: svn path=/head/; revision=512444
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dolphin-emu/Makefile2
-rw-r--r--emulators/jzintv/Makefile2
-rw-r--r--emulators/pcsxr/Makefile2
3 files changed, 3 insertions, 3 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