diff options
author | Mark Murray <markm@FreeBSD.org> | 1997-07-17 17:47:36 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1997-07-17 17:47:36 +0000 |
commit | a42ece19222ef47a54f87c056f00c7dd19c56b83 (patch) | |
tree | 6b82d7c4117bd9b4d9d9310b4fce630bb3969dfe /Mk/bsd.port.mk | |
parent | 590895bdeefea4272cfe0b75391d9fd61173348b (diff) | |
download | ports-a42ece19222ef47a54f87c056f00c7dd19c56b83.tar.gz ports-a42ece19222ef47a54f87c056f00c7dd19c56b83.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
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) |