diff options
-rw-r--r-- | games/naev/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/naev/Makefile b/games/naev/Makefile index c1a83fdf03f7..32261a5d16ed 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -3,7 +3,7 @@ PORTNAME= naev PORTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -39,6 +39,8 @@ PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz \ OPTIONS_DEFINE= DOCS OPENAL SDL2 SDL_MIXER OPTIONS_DEFAULT= LUA_JIT OPENAL SDL2 SDL_MIXER +OPTIONS_DEFAULT_powerpc64= LUA_SHARED +OPTIONS_EXCLUDE_powerpc64= LUA_JIT OPTIONS_SINGLE= LUA OPTIONS_SINGLE_LUA= LUA_INTERNAL LUA_SHARED LUA_JIT |