diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-07-21 23:09:15 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2026-07-21 23:20:33 +0000 |
| commit | 74821fa23a4596a42bc1f7af11b838bc2351dc48 (patch) | |
| tree | de43b25d468fbc9315ac9acc4c69e120452e41dd | |
| parent | 50b609fc0751d58534152f377a2ed84e3790c130 (diff) | |
| -rw-r--r-- | emulators/sameboy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/sameboy/Makefile b/emulators/sameboy/Makefile index f70ba2cf6385..9e1d532f664f 100644 --- a/emulators/sameboy/Makefile +++ b/emulators/sameboy/Makefile @@ -1,6 +1,7 @@ PORTNAME= sameboy DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= emulators games MAINTAINER= eduardo@FreeBSD.org @@ -22,8 +23,8 @@ USE_GL= gl USE_GNOME= gdkpixbuf USE_SDL= sdl2 -MAKE_ARGS= FREEDESKTOP=true \ - WARNINGS="-Wno-error" +MAKE_ARGS= CONF=release \ + FREEDESKTOP=true ALL_TARGET= sdl PORTSCOUT= limit:^d\.d+\. |
