diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-10-09 08:58:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-10-09 08:58:24 +0800 |
commit | b0707641a9ddd1c8537e671b2a9850fa636019d4 (patch) | |
tree | d533dd3d51aa0fb288b8d4a07f5cee04baab6a47 /emulators/ppsspp | |
parent | a782b09b0b0e5734d9ac0eebfecc0c3367f74cf6 (diff) | |
download | freebsd-ports-gnome-b0707641a9ddd1c8537e671b2a9850fa636019d4.tar.gz freebsd-ports-gnome-b0707641a9ddd1c8537e671b2a9850fa636019d4.tar.zst freebsd-ports-gnome-b0707641a9ddd1c8537e671b2a9850fa636019d4.zip |
emulators/ppsspp-devel: update to 1.4.2.473
Changes: https://github.com/hrydgard/ppsspp/compare/11f8bcc8a...bb1f65118
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r-- | emulators/ppsspp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 9102811c9f34..6b60965d0df9 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -51,14 +51,18 @@ DESKTOP_ENTRIES="PPSSPP" \ "Game;Emulator;" \ "" +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel} OPTIONS_DEFINE= OLDJOY +.endif OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT5 SDL OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI} +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel} OLDJOY_DESC= Old joystick support with fixed button mappings (deprecated) OLDJOY_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old-joy +.endif QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets QT5_CMAKE_BOOL= USING_QT_UI QT5_VARS= EXENAME=PPSSPPQt |