diff options
author | asami <asami@FreeBSD.org> | 1997-07-18 13:04:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-18 13:04:20 +0800 |
commit | f09edee68276fb10f64404263149d089b008bea7 (patch) | |
tree | 6ac08fc2a2778b66450edd3de122d03827b43f52 /security/ssh | |
parent | cb50bd0e8ed047c2d93fb2dac8135aba6ffb9404 (diff) | |
download | freebsd-ports-gnome-f09edee68276fb10f64404263149d089b008bea7.tar.gz freebsd-ports-gnome-f09edee68276fb10f64404263149d089b008bea7.tar.zst freebsd-ports-gnome-f09edee68276fb10f64404263149d089b008bea7.zip |
Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 39900ff95e3e..bd5e26f3c800 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.41 1997/05/24 13:17:14 jfitz Exp $ +# $Id: Makefile,v 1.42 1997/07/01 02:39:26 adam 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.004) && \ + exists(${PREFIX}/bin/perl5.00401) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004 +BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00401 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif |