summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-27 22:15:34 +0000
committerjlam <jlam@pkgsrc.org>2005-05-27 22:15:34 +0000
commitdf940ef30de7e774fef911a71e4b3d425f3911c4 (patch)
treecbdfb66263fe2328bc5d107262aff51a26a3660a /lang
parent9a67fe83c366df22f5d2f60b1cebb238cd6bad39 (diff)
downloadpkgsrc-df940ef30de7e774fef911a71e4b3d425f3911c4.tar.gz
.undef is unnecessary since the temporary variable used in the for loop
goes away by itself.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/version.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/perl5/version.mk b/lang/perl5/version.mk
index 7fe715385b9..2fea7306d6a 100644
--- a/lang/perl5/version.mk
+++ b/lang/perl5/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.1 2005/05/18 22:42:07 jlam Exp $
+# $NetBSD: version.mk,v 1.2 2005/05/27 22:15:34 jlam Exp $
#
# Distill the PERL5_REQD list into a single value that is the highest
# version of Perl required.
@@ -24,15 +24,12 @@ _PERL5_PKG_SATISFIES_DEP!= \
fi
. endif
. endfor
-. undef _vers_
. if !empty(_PERL5_PKG_SATISFIES_DEP:M[yY][eE][sS])
_PERL5_REQD= ${_version_}
. endif
. endif
. endfor
-. undef _pkg_
. endfor
-. undef _version_
.endif
PERL5_REQD:= ${_PERL5_REQD}
MAKEVARS+= _PERL5_REQD