diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-25 22:30:06 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-25 22:31:11 +0000 |
commit | cf3195e1d36eb02efc6c1d945ca9f3cdb6128024 (patch) | |
tree | 1219b06a7ddb1d4dae4b7753bdecf9fa1bbe489d /emulators | |
parent | 169c8275094ac55650b636b44ad75f0fa5d19c32 (diff) | |
download | ports-cf3195e1d36eb02efc6c1d945ca9f3cdb6128024.tar.gz ports-cf3195e1d36eb02efc6c1d945ca9f3cdb6128024.zip |
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sameboy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/sameboy/Makefile b/emulators/sameboy/Makefile index 62ac640d771f..8620366763f3 100644 --- a/emulators/sameboy/Makefile +++ b/emulators/sameboy/Makefile @@ -23,6 +23,8 @@ MAKE_ARGS= FREEDESKTOP=true \ WARNINGS="-Wno-error" ALL_TARGET= sdl +PORTSCOUT= limit:^d\.d+\. + OPTIONS_DEFINE= LIBRETRO OPTIONS_DEFAULT= LIBRETRO OPTIONS_SUB= yes |