diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-02-09 04:58:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-02-09 04:58:24 +0000 |
commit | 41d5ec3b8eb23b8d8a8555cb12722eb8eef5d519 (patch) | |
tree | fc830f731d65ce2adbc62f927797f9a41e865a2c /security | |
parent | 1491cd5a995a9146cf74296587c7f6f8bb04cdf3 (diff) | |
download | ports-41d5ec3b8eb23b8d8a8555cb12722eb8eef5d519.tar.gz ports-41d5ec3b8eb23b8d8a8555cb12722eb8eef5d519.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 2 | ||||
-rw-r--r-- | security/ssh/Makefile | 2 |
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 |