summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-27 22:15:53 +0000
committerjlam <jlam@pkgsrc.org>2005-05-27 22:15:53 +0000
commitc031213a0a9fa3bd1424ab543b6957858e0827e0 (patch)
treeeb91fa8920615479fe7f1b855952916e8cda6de6 /lang
parentdf940ef30de7e774fef911a71e4b3d425f3911c4 (diff)
downloadpkgsrc-c031213a0a9fa3bd1424ab543b6957858e0827e0.tar.gz
Quoting fix.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/version.mk b/lang/perl5/version.mk
index 2fea7306d6a..506852c9a01 100644
--- a/lang/perl5/version.mk
+++ b/lang/perl5/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.2 2005/05/27 22:15:34 jlam Exp $
+# $NetBSD: version.mk,v 1.3 2005/05/27 22:15:53 jlam Exp $
#
# Distill the PERL5_REQD list into a single value that is the highest
# version of Perl required.
@@ -17,7 +17,7 @@ _PERL5_PKG_SATISFIES_DEP= yes
. for _dep_ in ${PERL5_REQD:S/^/perl>=/}
. if !empty(_PERL5_PKG_SATISFIES_DEP:M[yY][eE][sS])
_PERL5_PKG_SATISFIES_DEP!= \
- if ${PKG_ADMIN} pmatch ${_dep_:Q} ${_pkg_} 2>/dev/null; then \
+ if ${PKG_ADMIN} pmatch ${_dep_:Q} ${_pkg_:Q} 2>/dev/null; then \
${ECHO} yes; \
else \
${ECHO} no; \