aboutsummaryrefslogtreecommitdiff
path: root/emulators/fceux
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-08-31 20:20:07 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-08-31 20:20:07 +0000
commitf8ab38d828d05402775bac8d1bcbd7dd46a79231 (patch)
treed25959bb17ebec8aaf4a09ac7b7d71be17f9d97c /emulators/fceux
parent0ea3260d1077f7156c60d14ffd91f9b8c863987d (diff)
downloadports-f8ab38d828d05402775bac8d1bcbd7dd46a79231.tar.gz
ports-f8ab38d828d05402775bac8d1bcbd7dd46a79231.zip
emulators/fceux: Spell LOGO_MAKE_ARGS_OFF correctly
Notes
Notes: svn path=/head/; revision=510417
Diffstat (limited to 'emulators/fceux')
-rw-r--r--emulators/fceux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index 800bdb35cc0a..a8b4cc0cd840 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -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