diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 00:35:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 00:35:58 +0800 |
commit | bb18046f0b89da27c24bc957ef914e354bde14d1 (patch) | |
tree | 8927cb73aea1972dc842bc4b31e633c61c803124 /emulators | |
parent | 59732fab071a7831b74c80761e1228f7a437a2bb (diff) | |
download | freebsd-ports-gnome-bb18046f0b89da27c24bc957ef914e354bde14d1.tar.gz freebsd-ports-gnome-bb18046f0b89da27c24bc957ef914e354bde14d1.tar.zst freebsd-ports-gnome-bb18046f0b89da27c24bc957ef914e354bde14d1.zip |
Fix lua option
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fceux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index cc949a47bf49..e9825aecaba3 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -45,7 +45,7 @@ LOGO_DESC= Enable a logoscreen when creating avis LOGO_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd LOGO_MAKE_ARGS= LOGO=1 LOGO_MAKE_ARG_OFF= LOGO=0 -LUA_USE= LUA=yes +LUA_USES= lua:51 LUA_MAKE_ARGS= LUA=1 SYSTEM_LUA=1 LUA_MAKE_ARGS_OFF= LUA=0 OPENGL_USE= GL=gl |