summaryrefslogtreecommitdiff
path: root/x11/p5-Wx
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-01-07 13:03:53 +0000
committerrillig <rillig@pkgsrc.org>2018-01-07 13:03:53 +0000
commit38bd22beeece26d04cb970a43f9267b5382adf10 (patch)
tree4a2ef468139f2589e7c95eea0981f044b96c087e /x11/p5-Wx
parent1e0283c10b471605924a7dee9fd3d78139114483 (diff)
downloadpkgsrc-38bd22beeece26d04cb970a43f9267b5382adf10.tar.gz
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
Diffstat (limited to 'x11/p5-Wx')
-rw-r--r--x11/p5-Wx/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/p5-Wx/buildlink3.mk b/x11/p5-Wx/buildlink3.mk
index 75480aea6a0..32b8e1db9b8 100644
--- a/x11/p5-Wx/buildlink3.mk
+++ b/x11/p5-Wx/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.33 2017/09/17 14:42:16 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.34 2018/01/07 13:04:41 rillig Exp $
BUILDLINK_TREE+= p5-Wx
@@ -14,8 +14,8 @@ BUILDLINK_LIBDIRS.p5-Wx?= ${PERL5_SUB_INSTALLVENDORARCH}/auto/Wx
# We want all of the arch-dependent Wx files.
BUILDLINK_CONTENTS_FILTER.p5-Wx?= ${GREP} ${PERL5_SUB_INSTALLVENDORARCH}
-BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.69:../../x11/p5-Alien-wxWidgets
-BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp
+BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.69:../../x11/p5-Alien-wxWidgets
+BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp
.include "../../lang/perl5/buildlink3.mk"
.include "../../x11/wxGTK30/buildlink3.mk"