aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2018-10-05 10:10:02 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2018-10-05 10:10:02 +0000
commit33f178ede0d659eb53b7d087a8f6fa33418d8a7a (patch)
treef2189578c9b7432c0c6dab878683896270da4d2d /emulators
parentf5975804d89f6510861a92c266abc816cd9b09d9 (diff)
downloadports-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.tar.gz
ports-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.zip
Add missing USES=gl to my ports
Notes
Notes: svn path=/head/; revision=481268
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dolphin-emu/Makefile4
-rw-r--r--emulators/pcsxr/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index a6021eab16df..a37e7daa02dc 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -42,8 +42,8 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \
libcurl.so:ftp/curl \
libhidapi.so:comms/hidapi
-USES= cmake compiler:c++17-lang desktop-file-utils iconv pkgconfig \
- qmake qt:5
+USES= cmake compiler:c++17-lang desktop-file-utils gl iconv \
+ pkgconfig qmake qt:5
USE_GITHUB= yes
GH_PROJECT= dolphin
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index adf6f13301fb..6a4740cd0fed 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -18,8 +18,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \
WRKSRC_SUBDIR= ${PORTNAME}
-USES= cmake desktop-file-utils dos2unix gettext gnome iconv libarchive \
- libtool pkgconfig tar:bzip2
+USES= cmake desktop-file-utils dos2unix gettext gl gnome iconv \
+ libarchive libtool pkgconfig tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= martymac