aboutsummaryrefslogtreecommitdiff
path: root/games/naev
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-08-13 02:18:11 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-08-13 02:18:11 +0000
commitc3abf7ad6575b925f7a5a80f69462866e2eb2dab (patch)
tree6389122fd0df4f4473a5066072af9238c64661f7 /games/naev
parent3b38cf3a6517e82f32c9ea0bf690271576893386 (diff)
downloadports-c3abf7ad6575b925f7a5a80f69462866e2eb2dab.tar.gz
ports-c3abf7ad6575b925f7a5a80f69462866e2eb2dab.zip
- Fix build on powerpc64
PR: 239414 Submitted by: pkubaj
Notes
Notes: svn path=/head/; revision=508809
Diffstat (limited to 'games/naev')
-rw-r--r--games/naev/Makefile4
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