diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-05 16:57:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-05 16:57:36 +0000 |
commit | b72983ad5002f6e3eb773a99b527a33114b113d1 (patch) | |
tree | aa8bd7177a3c42be7e6c585dba2be1376642b23d /emulators/libretro-mupen64plus/options.mk | |
parent | 2269d6a8eb39117e3117ea1a256d1c015b1cc1b7 (diff) | |
download | pkgsrc-b72983ad5002f6e3eb773a99b527a33114b113d1.tar.gz |
Use bsd.fast.prefs.mk.
Diffstat (limited to 'emulators/libretro-mupen64plus/options.mk')
-rw-r--r-- | emulators/libretro-mupen64plus/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/libretro-mupen64plus/options.mk b/emulators/libretro-mupen64plus/options.mk index 6edf05c0062..88e158fc317 100644 --- a/emulators/libretro-mupen64plus/options.mk +++ b/emulators/libretro-mupen64plus/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2015/02/04 23:02:12 jmcneill Exp $ - -.include "../../mk/bsd.prefs.mk" +# $NetBSD: options.mk,v 1.2 2015/02/05 16:57:36 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libretro-mupen64plus +.include "../../mk/bsd.fast.prefs.mk" + .if !empty(MACHINE_ARCH:M*arm*) PKG_SUPPORTED_OPTIONS+= rpi dynarec PKG_SUGGESTED_OPTIONS+= rpi dynarec |