diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
commit | c7611291caed7042dac74061e36e3fa5ba7ed166 (patch) | |
tree | 1d2de5d52eb1b8904d425116b2afd36170dab951 /net/mpich | |
parent | af96ced369a5fd129e406f51d4135261e2b70bb3 (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Notes
Notes:
svn path=/head/; revision=190385
Diffstat (limited to 'net/mpich')
-rw-r--r-- | net/mpich/Makefile | 2 |
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 |