diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 2c3655b24197..92ffda461bb7 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -182,6 +182,12 @@ PLIST_SUB+= CTF="" PLIST_SUB+= CTF="@comment " .endif +.if defined(WITH_CTF_MAPS) +PLIST_SUB+= CTFMAPS="" +.else +PLIST_SUB+= CTFMAPS="@comment " +.endif + .if defined(WITH_SHAREWARE_DATA) PLIST_SUB+= SHAREWARE="" .else