aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-07-18 01:47:36 +0800
committermarkm <markm@FreeBSD.org>1997-07-18 01:47:36 +0800
commit420c7b40a4933d106b1921ab622bec9f1667084c (patch)
tree722743684635a304089b627201b42dd24b5b9f63 /Mk
parent85c5ceb1bd8aebfe24a79bf3bf9a3ec4e4e164cf (diff)
downloadfreebsd-ports-gnome-420c7b40a4933d106b1921ab622bec9f1667084c.tar.gz
freebsd-ports-gnome-420c7b40a4933d106b1921ab622bec9f1667084c.tar.zst
freebsd-ports-gnome-420c7b40a4933d106b1921ab622bec9f1667084c.zip
Changes for perl-5.004_01
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 487205dbd61d..9e244f7ae3f5 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.261 1997/06/29 10:51:55 obrien Exp $
+# $Id: bsd.port.mk,v 1.262 1997/07/10 02:29:51 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.004:${PORTSDIR}/lang/perl5
-RUN_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5
+BUILD_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
+RUN_DEPENDS+= perl5.00401:${PORTSDIR}/lang/perl5
.endif
.if exists(${PORTSDIR}/../Makefile.inc)