git: e832b23c83eb - main - games/libretro-px68k: Drop GCC requirement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 11:48:13 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=e832b23c83eba87344de69fb8b575d87f32efa40 commit e832b23c83eba87344de69fb8b575d87f32efa40 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2023-11-18 11:32:43 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-11-18 11:48:03 +0000 games/libretro-px68k: Drop GCC requirement This helps getting GCC_DEFAULT updates getting forward. PR: 273680 --- games/libretro-px68k/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/libretro-px68k/Makefile b/games/libretro-px68k/Makefile index c710121c62dd..34fb71cfcc3f 100644 --- a/games/libretro-px68k/Makefile +++ b/games/libretro-px68k/Makefile @@ -1,5 +1,6 @@ PORTNAME= libretro-px68k DISTVERSION= 0.20230114 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -8,7 +9,7 @@ WWW= https://github.com/libretro/px68k-libretro LICENSE= GPLv2 -USES= compiler:gcc-c++11-lib gmake +USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes