diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-28 02:25:34 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-28 02:25:34 +0800 |
commit | b59e043cdeb3a34957916d38fe3ef3532e0f137e (patch) | |
tree | 088f7f0fcd4546e2de39f14cb9fab94ede0a6be9 /emulators/Makefile | |
parent | 55be9c95f5e7fa63263e3b38cc78ea638d510d8e (diff) | |
download | freebsd-ports-gnome-b59e043cdeb3a34957916d38fe3ef3532e0f137e.tar.gz freebsd-ports-gnome-b59e043cdeb3a34957916d38fe3ef3532e0f137e.tar.zst freebsd-ports-gnome-b59e043cdeb3a34957916d38fe3ef3532e0f137e.zip |
emulators/ppsspp: enslave GUI options
Catering package-only users that want Qt4 flavor or just SDL UI.
COMMENT and pkg-descr (both plural) can be improved in future.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 185c93291ad5..47d7919962f2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -109,6 +109,8 @@ SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp + SUBDIR += ppsspp-qt4 + SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += q4wine SUBDIR += qemu |