aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/tuxpaint-fonts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxpaint-fonts/Makefile b/games/tuxpaint-fonts/Makefile
index 09e99e4595fc..2228e2a90865 100644
--- a/games/tuxpaint-fonts/Makefile
+++ b/games/tuxpaint-fonts/Makefile
@@ -70,7 +70,7 @@ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
# Set DISTFILES and PLIST_FILES according to OPTIONS
.for l in ${LANGS:U}
-. if defined(WITH_${l})
+. if !defined(WITHOUT_${l})
DISTFILES+= ${${l}_DISTFILES}${EXTRACT_SUFX}
PLIST_FILES+= %%DATADIR%%/fonts/locale/${${l}_CODE}.ttf
. endif