diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-24 13:17:16 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-24 13:17:16 +0000 |
commit | 67f2b0e5df2fecf59f20ab5c8d061f49742ace67 (patch) | |
tree | ff2690cd7bed9264891407bc5c4ea94dec514b0f /security/ssh2 | |
parent | e0f0b7f5f15bbb21d692064ccbdce3e3822c0875 (diff) |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d00ccc3401ba..d0e0d4277c43 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.39 1997/04/20 13:53:01 wosch Exp $ +# $Id: Makefile,v 1.40 1997/04/25 05:01:02 peter Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -109,10 +109,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.003) && \ + exists(${PREFIX}/bin/perl5.004) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.003:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.003 +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif |