diff options
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index f4210e09374c..d35cf21bb201 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1159,7 +1159,7 @@ GROUPS?=${WWWGRP} .if defined(NGINX_OPENSSL) USE_OPENSSL= yes -.if ${OSVERSION} < 1100000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 WITH_OPENSSL_PORT=yes .endif .endif |