svn commit: r510417 - head/emulators/fceux
Tobias Kortkamp
tobik at FreeBSD.org
Sat Aug 31 20:20:08 UTC 2019
Author: tobik
Date: Sat Aug 31 20:20:07 2019
New Revision: 510417
URL: https://svnweb.freebsd.org/changeset/ports/510417
Log:
emulators/fceux: Spell LOGO_MAKE_ARGS_OFF correctly
Modified:
head/emulators/fceux/Makefile
Modified: head/emulators/fceux/Makefile
==============================================================================
--- head/emulators/fceux/Makefile Sat Aug 31 20:08:31 2019 (r510416)
+++ head/emulators/fceux/Makefile Sat Aug 31 20:20:07 2019 (r510417)
@@ -3,7 +3,7 @@
PORTNAME= fceux
PORTVERSION= 2.2.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= emulators
MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
@@ -47,7 +47,7 @@ GTK3_MAKE_ARGS_OFF= GTK3=0
LOGO_DESC= Enable a logoscreen when creating avis
LOGO_LIB_DEPENDS= libgd.so:graphics/gd
LOGO_MAKE_ARGS= LOGO=1
-LOGO_MAKE_ARG_OFF= LOGO=0
+LOGO_MAKE_ARGS_OFF= LOGO=0
LOGO_IMPLIES= CREATE_AVI
LUA_USES= lua:51
LUA_MAKE_ARGS= LUA=1 SYSTEM_LUA=1
More information about the svn-ports-all
mailing list