summaryrefslogtreecommitdiff
path: root/devel/p5-PAR-Dist
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-12-18 21:44:57 +0000
committerhe <he@pkgsrc.org>2008-12-18 21:44:57 +0000
commite7529245cff4d339506a95d64584d402a00a6535 (patch)
tree9adb5922eb2e86bad63ee8ee835d698550cd1e1b /devel/p5-PAR-Dist
parent2ffd44c6f0a9dae74fda3bd9463d35b3f7480b12 (diff)
downloadpkgsrc-e7529245cff4d339506a95d64584d402a00a6535.tar.gz
Fix a typo I overlooked when applying the patch:
p5-LibYAML should be p5-YAML-LibYAML. No change to the binary package contents, this is a build fix for when this particular YAML option is chosen.
Diffstat (limited to 'devel/p5-PAR-Dist')
-rw-r--r--devel/p5-PAR-Dist/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile
index 78e5d91f9c2..49a04906cac 100644
--- a/devel/p5-PAR-Dist/Makefile
+++ b/devel/p5-PAR-Dist/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/12/18 00:35:24 he Exp $
+# $NetBSD: Makefile,v 1.16 2008/12/18 21:44:57 he Exp $
#
DISTNAME= PAR-Dist-0.40
@@ -32,7 +32,7 @@ PKG_SUGGESTED_OPTIONS= YAML
.if !empty(PKG_OPTIONS:MYAML-Tiny)
BUILD_DEPENDS+= p5-YAML-Tiny>=1.25:../../textproc/p5-YAML-Tiny
.elif !empty(PKG_OPTIONS:MLibYAML)
-BUILD_DEPENDS+= p5-LibYAML>=0.03:../../textproc/p5-LibYAML
+BUILD_DEPENDS+= p5-YAML-LibYAML>=0.03:../../textproc/p5-YAML-LibYAML
.elif !empty(PKG_OPTIONS:MYAML)
BUILD_DEPENDS+= p5-YAML>=0.60:../../textproc/p5-YAML
.endif