diff options
-rw-r--r-- | www/nginx-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index c2afddb17b1e..413189ec515f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -224,7 +224,7 @@ CFLAGS+= -DNDEBUG .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} && (empty(PORT_OPTIONS:MGSSAPI_HEIMDAL) && empty(PORT_OPTIONS:MGSSAPI_MIT)) IGNORE= required at least GSSAPI_HEIMDAL or \ - GSSAPI_MIT_USES to be defined. Please do \ + GSSAPI_MIT to be defined. Please do \ 'make config' again .endif |