svn commit: r476307 - head/emulators/loemu

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Aug 3 16:30:44 UTC 2018


Author: acm
Date: Fri Aug  3 16:30:43 2018
New Revision: 476307
URL: https://svnweb.freebsd.org/changeset/ports/476307

Log:
  - Remove SNES9X option. emulators/snes9x was removed

Modified:
  head/emulators/loemu/Makefile

Modified: head/emulators/loemu/Makefile
==============================================================================
--- head/emulators/loemu/Makefile	Fri Aug  3 16:27:03 2018	(r476306)
+++ head/emulators/loemu/Makefile	Fri Aug  3 16:30:43 2018	(r476307)
@@ -21,14 +21,12 @@ USE_PYTHON=	distutils
 NO_BUILD=	yes
 SHEBANG_FILES=	setup.py
 
-OPTIONS_DEFINE=	MAME SNES9X ZSNES
+OPTIONS_DEFINE=	MAME ZSNES
 OPTIONS_DEFAULT=	MAME SNES9X
 
 MAME_DESC=		Install mame emulator
-SNES9X_DESC=		Install snes9x emulator
 ZSNES_DESC=		Install zsnes emulator
 MAME_RUN_DEPENDS=	mame>=0.154:emulators/mame
-SNES9X_RUN_DEPENDS=	snes9x:emulators/snes9x
 ZSNES_RUN_DEPENDS=	zsnes:emulators/zsnes
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list