aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh2/Makefile
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1997-05-24 21:17:16 +0800
committerjfitz <jfitz@FreeBSD.org>1997-05-24 21:17:16 +0800
commit2b587a03064ed1baf7d45ff66e941990a31f5472 (patch)
tree38ac714cd7cb9d5a9e429eb4d55d49e846f936e7 /security/ssh2/Makefile
parente0a364c12d4b08edd46dcbf0870d48519479c8e8 (diff)
downloadfreebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.gz
freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.zst
freebsd-ports-gnome-2b587a03064ed1baf7d45ff66e941990a31f5472.zip
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.
Diffstat (limited to 'security/ssh2/Makefile')
-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