1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Check USE_WISH for YES value as other parts of Makefile does

This commit is contained in:
Andrey A. Chernov 1996-03-21 14:44:48 +00:00
parent b8d754e656
commit 41ed4b9a53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2869
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.16 1996/03/16 17:23:01 markm Exp $
# $Id: Makefile,v 1.17 1996/03/21 14:41:19 ache 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 defined(USE_WISH)
.if defined(USE_WISH) && ${USE_WISH} == YES
.if exists(${PREFIX}/bin/wish4.0)
BUILD_DEPENDS+= wish4.0:${PORTSDIR}/x11/tk4
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish4.0

View File

@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.16 1996/03/16 17:23:01 markm Exp $
# $Id: Makefile,v 1.17 1996/03/21 14:41:19 ache 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 defined(USE_WISH)
.if defined(USE_WISH) && ${USE_WISH} == YES
.if exists(${PREFIX}/bin/wish4.0)
BUILD_DEPENDS+= wish4.0:${PORTSDIR}/x11/tk4
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish4.0