diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-07-19 01:27:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-07-19 01:27:59 +0800 |
commit | 5e4a82217e65a5fa5009d480f5db5c500f13b789 (patch) | |
tree | a6eed53e9dba7f9c2cb3651d14455f50a821db93 /emulators | |
parent | 65f51f2e018c9c27dc971252aefb519355ee5b23 (diff) | |
download | freebsd-ports-gnome-5e4a82217e65a5fa5009d480f5db5c500f13b789.tar.gz freebsd-ports-gnome-5e4a82217e65a5fa5009d480f5db5c500f13b789.tar.zst freebsd-ports-gnome-5e4a82217e65a5fa5009d480f5db5c500f13b789.zip |
Per r390886 stop pulling unnecessary GTK+ deps in my ports
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 |