diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-09-25 14:34:04 +0300 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-09-25 14:34:04 +0300 |
| commit | 779d651552c7c0b277f3869ccad6716ec9e6e92e (patch) | |
| tree | f9ff60dd12b3cbb5a59a19763bbd9c1dd5847f19 | |
| parent | ee70980db29328d51ab0c0496f16b5bb99c80725 (diff) | |
security/ca_root_nss: Disable ETCSYMLINK on FreeBSD 16 (+)
| -rw-r--r-- | security/ca_root_nss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index 5a7cfdd6e5eb..8824436587be 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -1,6 +1,6 @@ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= MOZILLA/security/nss/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} @@ -20,6 +20,7 @@ WRKSRC_SUBDIR= nss OPTIONS_DEFINE= ETCSYMLINK OPTIONS_DEFAULT= ETCSYMLINK OPTIONS_EXCLUDE_FreeBSD_15= ETCSYMLINK +OPTIONS_EXCLUDE_FreeBSD_16= ETCSYMLINK OPTIONS_SUB= yes |
