aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcsxr
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/pcsxr
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/pcsxr')
-rw-r--r--emulators/pcsxr/Makefile2
1 files changed, 1 insertions, 1 deletions
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