diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:18:59 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-18 19:25:56 +0000 |
commit | 691f11b235df35ca3e50e6483d50d78135280959 (patch) | |
tree | 9e52d6f64742c89bc71eaf3568c7e74073e4484a | |
parent | 323c8bcd8874d9216b70041cda228ad8f5786b96 (diff) | |
download | ports-691f11b235df35ca3e50e6483d50d78135280959.tar.gz ports-691f11b235df35ca3e50e6483d50d78135280959.zip |
games/retroarch: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | games/retroarch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/retroarch/Makefile b/games/retroarch/Makefile index f487334d4f3e..c7d650cc4bb0 100644 --- a/games/retroarch/Makefile +++ b/games/retroarch/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= vulkan-loader>0:graphics/vulkan-loader \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers RUN_DEPENDS= retroarch-assets<=0:games/retroarch-assets -USES= compiler:c++11-lib gmake pkgconfig python:3.6+ shebangfix ssl +USES= compiler:c++11-lib cpe gmake pkgconfig python:3.6+ shebangfix ssl +CPE_VENDOR= libretro OPTIONS_DEFINE= CACA FFMPEG OSS JACK PULSEAUDIO ALSA SDL OPENGL OPENAL V4L FREETYPE WAYLAND UDEV QT X11 DOCS OPTIONS_DEFAULT=FFMPEG OSS SDL OPENGL OPENAL V4L FREETYPE WAYLAND UDEV QT X11 |