svn commit: r423674 - in head/emulators: ppsspp ppsspp-qt4 ppsspp-qt5

Jan Beich jbeich at FreeBSD.org
Mon Oct 10 16:21:46 UTC 2016


Author: jbeich
Date: Mon Oct 10 16:21:44 2016
New Revision: 423674
URL: https://svnweb.freebsd.org/changeset/ports/423674

Log:
  emulators/ppsspp: unbreak _OFF helpers after r422825

Modified:
  head/emulators/ppsspp-qt4/Makefile   (contents, props changed)
  head/emulators/ppsspp-qt5/Makefile   (contents, props changed)
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp-qt4/Makefile
==============================================================================
--- head/emulators/ppsspp-qt4/Makefile	Mon Oct 10 16:20:05 2016	(r423673)
+++ head/emulators/ppsspp-qt4/Makefile	Mon Oct 10 16:21:44 2016	(r423674)
@@ -7,7 +7,4 @@ MASTERDIR=	${.CURDIR}/../ppsspp
 
 OPTIONS_SLAVE=	QT4
 
-# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
-do-install-QT4-on:	do-install-SDL-off
-
 .include "${MASTERDIR}/Makefile"

Modified: head/emulators/ppsspp-qt5/Makefile
==============================================================================
--- head/emulators/ppsspp-qt5/Makefile	Mon Oct 10 16:20:05 2016	(r423673)
+++ head/emulators/ppsspp-qt5/Makefile	Mon Oct 10 16:21:44 2016	(r423674)
@@ -7,7 +7,4 @@ MASTERDIR=	${.CURDIR}/../ppsspp
 
 OPTIONS_SLAVE=	QT5
 
-# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers?
-do-install-QT5-on:	do-install-SDL-off
-
 .include "${MASTERDIR}/Makefile"

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Mon Oct 10 16:20:05 2016	(r423673)
+++ head/emulators/ppsspp/Makefile	Mon Oct 10 16:21:44 2016	(r423674)
@@ -47,7 +47,7 @@ DESKTOP_ENTRIES="PPSSPP" \
 OPTIONS_SINGLE=	GUI
 OPTIONS_SINGLE_GUI=	QT4 QT5 SDL
 OPTIONS_SLAVE?=	SDL
-OPTIONS_EXCLUDE=	${OPTIONS_SINGLE_GUI}
+OPTIONS_EXCLUDE:=	${OPTIONS_SINGLE_GUI}
 
 QT4_USES=	qmake:outsource
 QT4_USE=	QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl


More information about the svn-ports-all mailing list