summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2023-11-18 11:32:43 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2023-11-18 11:48:03 +0000
commite832b23c83eba87344de69fb8b575d87f32efa40 (patch)
tree2a3eeeef5ecdade33b548cdba364ad122f4fdf25
parentwww/deno: unbreak by adding LIB_DEPENDS on devel/oniguruma (diff)
games/libretro-px68k: Drop GCC requirement
This helps getting GCC_DEFAULT updates getting forward. PR: 273680
-rw-r--r--games/libretro-px68k/Makefile3
1 files changed, 2 insertions, 1 deletions
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