diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-15 08:36:34 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-15 08:36:34 +0000 |
commit | 19c83d5594e84353e33cc83b7242c24eeab30156 (patch) | |
tree | 46bbc880ab3844980ac795f53697e4de55179eca /security | |
parent | 1ff7d956b131c4a84c839841b776db6af83fc0d8 (diff) | |
download | pkgsrc-19c83d5594e84353e33cc83b7242c24eeab30156.tar.gz |
We're at perl V5.0040*4*
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 0be9255dea3..0d4a60bc132 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 19971214 # Whom: hubertf@netbsd.org # -# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/15 08:36:34 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # # Maximal ssh package requires YES values for @@ -119,7 +119,7 @@ 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.00401) && \ + exists(${PREFIX}/bin/perl5.00404) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5 CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.00404 |