diff options
Diffstat (limited to 'emulators/libretro-ppsspp/Makefile')
-rw-r--r-- | emulators/libretro-ppsspp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/libretro-ppsspp/Makefile b/emulators/libretro-ppsspp/Makefile index 59effea19ca9..add5ff86a07a 100644 --- a/emulators/libretro-ppsspp/Makefile +++ b/emulators/libretro-ppsspp/Makefile @@ -1,9 +1,9 @@ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMEPREFIX= libretro- MASTERDIR= ${.CURDIR}/../ppsspp -OPTIONS_SLAVE= LIBRETRO -OPTIONS_EXCLUDE=${OPTIONS_DEFINE} +OPTIONS_EXCLUDE= ${OPTIONS_DEFINE} +OPTIONS_SLAVE= LIBRETRO .include "${MASTERDIR}/Makefile" |