diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-08-15 17:34:00 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-08-15 17:34:00 +0000 |
commit | a0ae05a1d7ec4672116298d0bedbf9b37e531e83 (patch) | |
tree | 6a082310ac1725c79b10271c05a3a355f1e88c49 /Mk | |
parent | e58aa8cc3a9fd50e34c6d072efb873204da95fa8 (diff) | |
download | ports-a0ae05a1d7ec4672116298d0bedbf9b37e531e83.tar.gz ports-a0ae05a1d7ec4672116298d0bedbf9b37e531e83.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7eec504d2969..a59faa433d11 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.282 1998/08/12 01:47:47 asami Exp $ +# $Id$ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -372,7 +372,7 @@ GNU_CONFIGURE= yes BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf .endif -PERL_VERSION= 5.00501 +PERL_VERSION= 5.00502 PERL_VER= 5.005 PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ PERL_VER=${PERL_VER} |