aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcsxr
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
commited18de7de0ee1fdda14cd441bc4ed0bdce02621c (patch)
treeea8fd46efb979109cb522dcafe5bbf99b1ff6010 /emulators/pcsxr
parent598456ace54cc61576da2147257c512c50a4defa (diff)
downloadports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.tar.gz
ports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.zip
Add missing USES=sdl for my ports
(and also reorder a few things)
Notes
Notes: svn path=/head/; revision=501166
Diffstat (limited to 'emulators/pcsxr')
-rw-r--r--emulators/pcsxr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile
index 45962b2b246d..74fefcfdcaaa 100644
--- a/emulators/pcsxr/Makefile
+++ b/emulators/pcsxr/Makefile
@@ -17,10 +17,8 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \
libcdio.so:sysutils/libcdio \
libavformat.so:multimedia/ffmpeg
-WRKSRC_SUBDIR= ${PORTNAME}
-
USES= cmake desktop-file-utils dos2unix gettext gl gnome iconv \
- libarchive libtool pkgconfig tar:bzip2
+ libarchive libtool pkgconfig sdl tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= martymac
@@ -34,6 +32,8 @@ USE_SDL= sdl2
USE_GL= gl
INSTALLS_ICONS= yes
+WRKSRC_SUBDIR= ${PORTNAME}
+
CMAKE_ARGS+= -DDL_LIB:STRING="" \
-DMANPREFIX:STRING="${MANPREFIX}" \
-DBUILD_OPENGL:BOOL=ON \