diff options
-rw-r--r-- | games/libretro-px68k/Makefile | 3 |
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 |