diff options
author | nia <nia@pkgsrc.org> | 2019-05-28 19:34:38 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-05-28 19:34:38 +0000 |
commit | 6661cef0be52c8bda4711a62ed0bb9077f759ea7 (patch) | |
tree | 57333895a4f7717ab6a30bf91b75db9a3aab3ed5 /emulators/dolphin-emu | |
parent | fa94be2ea3182320771e3d67d6dec8eb474f9593 (diff) | |
download | pkgsrc-6661cef0be52c8bda4711a62ed0bb9077f759ea7.tar.gz |
dolphin-emu: Add more USE_TOOLS. Use portaudio v19 stable release,
confusingly named portaudio-devel by us.
Bump PKGREVISION.
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 6 | ||||
-rw-r--r-- | emulators/dolphin-emu/options.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 57e7f6513ad..7a92554e42c 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2019/01/03 21:40:36 nia Exp $ +# $NetBSD: Makefile,v 1.4 2019/05/28 19:34:38 nia Exp $ DISTNAME= dolphin-emu-5.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=dolphin-emu/} GITHUB_PROJECT= dolphin @@ -13,7 +13,7 @@ COMMENT= Nintendo GameCube and Wii emulator LICENSE= gnu-gpl-v2 EXTRACT_USING= bsdtar -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt msgmerge pkg-config USE_CMAKE= yes USE_LANGUAGES= c c++ diff --git a/emulators/dolphin-emu/options.mk b/emulators/dolphin-emu/options.mk index aec6baca783..5cbfe2c5aa8 100644 --- a/emulators/dolphin-emu/options.mk +++ b/emulators/dolphin-emu/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2019/01/01 17:19:58 nia Exp $ +# $NetBSD: options.mk,v 1.2 2019/05/28 19:34:38 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dolphin-emu PKG_SUPPORTED_OPTIONS= alsa libao llvm openal portaudio pulseaudio @@ -32,7 +32,7 @@ CMAKE_ARGS+= -DENABLE_OPENAL=ON .if !empty(PKG_OPTIONS:Mportaudio) CMAKE_ARGS+= -DENABLE_PORTAUDIO=ON -.include "../../audio/portaudio/buildlink3.mk" +.include "../../audio/portaudio-devel/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mpulseaudio) |