diff options
author | asami <asami@FreeBSD.org> | 1998-11-23 05:53:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-23 05:53:31 +0800 |
commit | 15f92f5ebe4e809fb83329ca5d3c6cd628357432 (patch) | |
tree | 26a28634a64752d608887c1b9668acdd28690332 /security/ssh2/Makefile | |
parent | ab5fd3ae3b5dbdaa8983fe01fd2999de9bd0a292 (diff) | |
download | freebsd-ports-gnome-15f92f5ebe4e809fb83329ca5d3c6cd628357432.tar.gz freebsd-ports-gnome-15f92f5ebe4e809fb83329ca5d3c6cd628357432.tar.zst freebsd-ports-gnome-15f92f5ebe4e809fb83329ca5d3c6cd628357432.zip |
Mark this broken as it awaits upgrade after repository copy.
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index bc1cdd8a6db3..606fbdd463e9 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.70 1998/10/08 13:11:52 asami Exp $ +# $Id: Makefile,v 1.71 1998/10/30 06:15:18 obrien Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ MAINTAINER= torstenb@FreeBSD.ORG +BROKEN= update + # You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you.. .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES |