mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
This commit is contained in:
parent
ebefd4da6e
commit
2b4a63c97b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431289
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user