diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2023-11-26 15:45:31 +0100 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2023-11-26 15:45:31 +0100 |
commit | aa483edc88b57f077445967e308f647b7df51343 (patch) | |
tree | 3c2cf6a07504e41e13ce44004626bdbc25c51239 /security/openssl-unsafe | |
parent | www/nextcloud: Update to 27.1.4 (diff) |
security/openssl111: Set portscout limits
Diffstat (limited to 'security/openssl-unsafe')
-rw-r--r-- | security/openssl-unsafe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl-unsafe/Makefile b/security/openssl-unsafe/Makefile index 172d18b34a2f..3d3c342de1b5 100644 --- a/security/openssl-unsafe/Makefile +++ b/security/openssl-unsafe/Makefile @@ -38,6 +38,8 @@ CONFIGURE_ARGS+= enable-ec_nistp_64_gcc_128 OPENSSLDIR?= ${PREFIX}/openssl-unsafe/etc PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==} +PORTSCOUT= ignore + .include "version.mk" post-patch: |