summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/crafty-tablebase-no-pawn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crafty-tablebase-no-pawn/Makefile b/games/crafty-tablebase-no-pawn/Makefile
index 09abebffeeab..4e7190834c7e 100644
--- a/games/crafty-tablebase-no-pawn/Makefile
+++ b/games/crafty-tablebase-no-pawn/Makefile
@@ -52,7 +52,7 @@ RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty
NO_BUILD= yes
NO_PACKAGE= Way too big
-.if ! ${PORT_OPTIONS:MTBDIR}
+.if !defined(WITH_TBDIR)
WITH_TBDIR= ${PREFIX}/lib/crafty/TB
.endif