diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-07-18 17:27:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-07-18 17:27:59 +0000 |
commit | ccc4c3b371f2b4fb982b9c9eb5702bd668c19b4f (patch) | |
tree | a6eed53e9dba7f9c2cb3651d14455f50a821db93 /emulators/ppsspp/Makefile | |
parent | a88aedc71c4b501e6c332da1ddfb969a179cf36d (diff) | |
download | ports-ccc4c3b371f2b4fb982b9c9eb5702bd668c19b4f.tar.gz ports-ccc4c3b371f2b4fb982b9c9eb5702bd668c19b4f.zip |
Notes
Diffstat (limited to 'emulators/ppsspp/Makefile')
-rw-r--r-- | emulators/ppsspp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 5e3253621629..dd080882e9dc 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.0.1 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= emulators .ifndef PKGNAMESUFFIX @@ -33,7 +33,6 @@ CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on QMAKE_SOURCE_PATH= ${WRKSRC}/Qt/PPSSPPQt.pro QMAKE_ARGS= CONFIG+="system_ffmpeg" LREL_TOOL="${LRELEASE}" NINJA_VERBOSE= yes -INSTALLS_ICONS= yes OPTIONS_DEFAULT=QT5 OPTIONS_SINGLE= GUI |