aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-03-21 22:41:19 +0800
committerache <ache@FreeBSD.org>1996-03-21 22:41:19 +0800
commit5bcbad207f236907a2b0e6b651a04536f75426a3 (patch)
tree96168b75189e4543a9d9adbd452009cc28501eea
parentdfec017925e4f82291c530b7307308d85f548530 (diff)
downloadfreebsd-ports-graphics-5bcbad207f236907a2b0e6b651a04536f75426a3.tar.gz
freebsd-ports-graphics-5bcbad207f236907a2b0e6b651a04536f75426a3.tar.zst
freebsd-ports-graphics-5bcbad207f236907a2b0e6b651a04536f75426a3.zip
Use wish only if USE_WISH defined.
-rw-r--r--security/ssh/Makefile4
-rw-r--r--security/ssh2/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 7bb6f86c289..ce09729253d 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.15 1996/02/19 21:37:13 ache Exp $
+# $Id: Makefile,v 1.16 1996/03/16 17:23:01 markm Exp $
#
DISTNAME= ssh-1.2.13
@@ -87,7 +87,7 @@ post-install:
# Following stuff must be after <bsd.port.mk> to expand exists() properly
-.if exists(${X11BASE}/bin/xauth)
+.if defined(USE_WISH)
.if exists(${PREFIX}/bin/wish4.0)
BUILD_DEPENDS+= wish4.0:${PORTSDIR}/x11/tk4
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish4.0
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 7bb6f86c289..ce09729253d 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.15 1996/02/19 21:37:13 ache Exp $
+# $Id: Makefile,v 1.16 1996/03/16 17:23:01 markm Exp $
#
DISTNAME= ssh-1.2.13
@@ -87,7 +87,7 @@ post-install:
# Following stuff must be after <bsd.port.mk> to expand exists() properly
-.if exists(${X11BASE}/bin/xauth)
+.if defined(USE_WISH)
.if exists(${PREFIX}/bin/wish4.0)
BUILD_DEPENDS+= wish4.0:${PORTSDIR}/x11/tk4
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish4.0