summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he>2008-12-18 21:44:57 +0000
committerhe <he>2008-12-18 21:44:57 +0000
commitc0c7f9a9a0e56fe4e19536118d0a66c38824e45f (patch)
tree9adb5922eb2e86bad63ee8ee835d698550cd1e1b
parent4c4048edfadc5845e9df48a92b997ddb8778c009 (diff)
downloadpkgsrc-c0c7f9a9a0e56fe4e19536118d0a66c38824e45f.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.
-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