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 | |
parent | a88aedc71c4b501e6c332da1ddfb969a179cf36d (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ppsspp-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/ppsspp/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/emulators/ppsspp-devel/Makefile b/emulators/ppsspp-devel/Makefile index 3560bce18a02..cfef3c57b21f 100644 --- a/emulators/ppsspp-devel/Makefile +++ b/emulators/ppsspp-devel/Makefile @@ -2,7 +2,7 @@ DISTVERSION= 1.0.1-757 DISTVERSIONSUFFIX= -g73e9c3b -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -devel GH_TAGNAME= e855bc7:lang ad53018:native a0b878f:ext_armips 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 |