summaryrefslogtreecommitdiff
path: root/security/ssh2/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-10-30 06:15:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-10-30 06:15:18 +0000
commit3c1a7c6ce83901922edbce9cbd2061314390f84e (patch)
tree4b7cca885e205e7b87fd9ebe21caaf5a32f13e32 /security/ssh2/Makefile
parentUpdating to Mico v2.2.1 (diff)
configure with "--without-x" if X11BASE/bin/xauth is missing.
Requested by: Studded@gorean.org
Notes
Notes: svn path=/head/; revision=14250
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r--security/ssh2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index f1f2451daf77..bc1cdd8a6db3 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.69 1998/10/08 06:17:56 jkh Exp $
+# $Id: Makefile,v 1.70 1998/10/08 13:11:52 asami Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -75,6 +75,10 @@ CONFIGURE_ARGS+= --with-secureid
CONFIGURE_ARGS+= --without-idea
.endif
+.if !exists(${X11BASE}/bin/xauth)
+CONFIGURE_ARGS+= --without-x
+.endif
+
MAN1= scp1.1 ssh-add1.1 ssh-agent1.1 ssh-keygen1.1 ssh1.1 \
make-ssh-known-hosts1.1
MAN8= sshd1.8