diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-05-23 21:06:58 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-05-23 21:06:58 +0800 |
commit | 460a94795664fbdd572de5e934963b399a50ae4c (patch) | |
tree | f2d2b855f7836adab9ccec17076ae3c4e813b7f1 /emulators/ppsspp-qt5/Makefile | |
parent | bd387675607240a51e3dd45146fc84f77b30575f (diff) | |
download | freebsd-ports-gnome-460a94795664fbdd572de5e934963b399a50ae4c.tar.gz freebsd-ports-gnome-460a94795664fbdd572de5e934963b399a50ae4c.tar.zst freebsd-ports-gnome-460a94795664fbdd572de5e934963b399a50ae4c.zip |
emulators/ppsspp: update to 1.4
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4.1
MFH: 2017Q2
Diffstat (limited to 'emulators/ppsspp-qt5/Makefile')
-rw-r--r-- | emulators/ppsspp-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp-qt5/Makefile b/emulators/ppsspp-qt5/Makefile index ce0f451bc9d5..e436926eb3db 100644 --- a/emulators/ppsspp-qt5/Makefile +++ b/emulators/ppsspp-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../ppsspp |