aboutsummaryrefslogtreecommitdiff
path: root/net/mpich/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
commitc7611291caed7042dac74061e36e3fa5ba7ed166 (patch)
tree1d2de5d52eb1b8904d425116b2afd36170dab951 /net/mpich/Makefile
parentaf96ced369a5fd129e406f51d4135261e2b70bb3 (diff)
downloadports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz
ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip
Notes
Diffstat (limited to 'net/mpich/Makefile')
-rw-r--r--net/mpich/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 6d4ad43384ce..e4d81bfd558c 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -185,7 +185,7 @@ MAN4= CLOG_Init.4 CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4 \
# Use ssh instead of rsh
.if !defined(WITHOUT_SSH)
-.if ${OSVERSION} >= 400016 && exists(/usr/bin/ssh)
+.if exists(/usr/bin/ssh)
CONFIGURE_ENV+= RSHCOMMAND="/usr/bin/ssh"
.elif defined(WITH_SSH) || exists(${LOCALBASE}/bin/ssh)
RUN_DEPENDS+= ${LOCALBASE}/bin/ssh:${PORTSDIR}/security/ssh