summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a75b61cbfd58..a9d878f59749 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $Id: bsd.port.mk,v 1.264 1997/08/20 03:44:14 asami Exp $
+# $Id: bsd.port.mk,v 1.265 1997/10/08 05:04:48 asami Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -355,8 +355,8 @@ RUN_DEPENDS+= ${EXEC_DEPENDS}
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
.endif
.if defined(USE_PERL5)
-BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
-RUN_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
+BUILD_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5
+RUN_DEPENDS+= perl5.00404:${PORTSDIR}/lang/perl5
.endif
.if exists(${PORTSDIR}/../Makefile.inc)