aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpich
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-20 05:20:48 +0800
committergabor <gabor@FreeBSD.org>2007-04-20 05:20:48 +0800
commit53dddc2be9f0f0ae838011f3410a14c8c72d1747 (patch)
tree73ae0002704600e4718b450eb2c2004762b5be6c /net/mpich
parent8715172b5618fc67a4e8f9fd9a86d4a65e39e4ee (diff)
downloadfreebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.gz
freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.zst
freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Diffstat (limited to 'net/mpich')
-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