summaryrefslogtreecommitdiff
path: root/security/ssh2/Makefile
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-05-24 13:17:16 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-05-24 13:17:16 +0000
commit67f2b0e5df2fecf59f20ab5c8d061f49742ace67 (patch)
treeff2690cd7bed9264891407bc5c4ea94dec514b0f /security/ssh2/Makefile
parentStyle police (diff)
Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Notes
Notes: svn path=/head/; revision=6544
Diffstat (limited to '')
-rw-r--r--security/ssh2/Makefile8
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