1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

configure with "--without-x" if X11BASE/bin/xauth is missing.

Requested by:	Studded@gorean.org
This commit is contained in:
David E. O'Brien 1998-10-30 06:15:18 +00:00
parent 649ef54a19
commit 3c1a7c6ce8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14250
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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