git: f60288f8df26 - main - emulators/libretro-bsnes: Remove dependency on GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 21:35:56 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f60288f8df26391a6d107ddbc11b6590dfa0ee00
commit f60288f8df26391a6d107ddbc11b6590dfa0ee00
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-12-14 21:28:25 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-12-14 21:34:44 +0000
emulators/libretro-bsnes: Remove dependency on GCC
This time for real: the precedent commit on this port introduced
USE_GCC=13 by mistake.
PR: 273678
Reported by: gerald
---
emulators/libretro-bsnes/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emulators/libretro-bsnes/Makefile b/emulators/libretro-bsnes/Makefile
index 652a3a8c2f10..045fb87450e5 100644
--- a/emulators/libretro-bsnes/Makefile
+++ b/emulators/libretro-bsnes/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libretro-bsnes
DISTVERSIONPREFIX= v
DISTVERSION= 115.a.20231101
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators games
@@ -11,7 +12,6 @@ WWW= https://github.com/libretro/bsnes-libretro
LICENSE= GPLv3
USES= gmake
-USE_GCC= 13
USE_GITHUB= yes
GH_ACCOUNT= libretro