aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-26 05:46:33 +0800
committerpav <pav@FreeBSD.org>2005-11-26 05:46:33 +0800
commit2ed39b6e62f136960f8e33eef261811de4893e8f (patch)
tree26522ecc558d239fed0b290125a424b6fd0d599d /games
parentae08ed4e70b2459ec8e96073d6226c27711ecdf5 (diff)
downloadfreebsd-ports-gnome-2ed39b6e62f136960f8e33eef261811de4893e8f.tar.gz
freebsd-ports-gnome-2ed39b6e62f136960f8e33eef261811de4893e8f.tar.zst
freebsd-ports-gnome-2ed39b6e62f136960f8e33eef261811de4893e8f.zip
- Fix OPTIONS logic
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