diff options
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index c10a627809a9..59082bbd4e1f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -239,7 +239,7 @@ basic_auth+= SASL libexec+= sasl_auth .endif # POLA: allow the old global make.conf(5) (pre src.conf(5)) defines, too: -.if ${PORT_OPTIONS:MNIS_AUTH) && !defined(NO_NIS) && !defined(WITHOUT_NIS} +.if ${PORT_OPTIONS:MNIS_AUTH} && !defined(NO_NIS) && !defined(WITHOUT_NIS) basic_auth+= YP libexec+= yp_auth .endif |