summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2000-03-18 04:36:22 +0000
committeritojun <itojun>2000-03-18 04:36:22 +0000
commit3e5e4cd6ceb5615dc9ceed470468654b1bdb74e5 (patch)
tree7e67b27a2dffb0f5a76f6ff3000faafa05af2b5a
parent03dba3c4fd0a59a7277f9381dacb8959c1797ebd (diff)
downloadpkgsrc-3e5e4cd6ceb5615dc9ceed470468654b1bdb74e5.tar.gz
mark socksified build broken, this has been unavailable for some time.
-rw-r--r--security/ssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 97fa8734130..0b8f93e98ad 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2000/03/03 06:07:31 itojun Exp $
+# $NetBSD: Makefile,v 1.74 2000/03/18 04:36:22 itojun Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --without-idea
# Include SOCKS firewall support
.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
+BROKEN= SOCKS support currently unavailable
CONFIGURE_ARGS+= --with-socks${USE_SOCKS}="-L${LOCALBASE}/lib -lsocks${USE_SOCKS}"
CFLAGS+= -I${LOCALBASE}/include
.if ${USE_SOCKS} == 4