aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/openssh/Makefile2
-rw-r--r--security/ssh/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index ec4187926bd3..c4cf0106ae51 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -20,6 +20,8 @@ USE_OPENSSL= YES
.include <bsd.port.pre.mk>
+FORBIDDEN= "Remote vulnerabilities"
+
CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index c97dba71e7fa..274d190d3969 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -23,6 +23,8 @@ MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \
MAINTAINER= ports@FreeBSD.org
+FORBIDDEN= "Remote vulnerabilities"
+
#RESTRICTED= "Crypto: export-controlled"
USE_AUTOCONF= YES