diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-09-07 21:04:30 +0200 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-09-07 21:04:30 +0200 |
commit | 0fcd1af46685a5f55ab7b936afdf4262d3b73c3e (patch) | |
tree | 7027cb41560f7c0868aa9d56cb2a42501a83f35d | |
parent | astro/py-astroquery: New port: Functions and classes to access online astrono... (diff) |
security/ca_root_nss: Disable ETCSYMLINK on FreeBSD 15
Reviewed by: michaelo, fluffy
Differential Revision: https://reviews.freebsd.org/D52398
-rw-r--r-- | security/ca_root_nss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index 581eaf31b155..5a7cfdd6e5eb 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -1,5 +1,6 @@ PORTNAME= ca_root_nss PORTVERSION= ${VERSION_NSS} +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= MOZILLA/security/nss/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src DISTNAME= nss-${VERSION_NSS}${NSS_SUFFIX} @@ -18,6 +19,7 @@ WRKSRC_SUBDIR= nss OPTIONS_DEFINE= ETCSYMLINK OPTIONS_DEFAULT= ETCSYMLINK +OPTIONS_EXCLUDE_FreeBSD_15= ETCSYMLINK OPTIONS_SUB= yes |