summaryrefslogtreecommitdiff
path: root/math/mpcomplex
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 /math/mpcomplex
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 'math/mpcomplex')
-rw-r--r--math/mpcomplex/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mpcomplex/buildlink3.mk b/math/mpcomplex/buildlink3.mk
index c358fe0b231..4e92b093400 100644
--- a/math/mpcomplex/buildlink3.mk
+++ b/math/mpcomplex/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/02/23 15:32:10 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:22 rillig Exp $
BUILDLINK_TREE+= mpcomplex
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= mpcomplex
MPCOMPLEX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mpcomplex+= mpcomplex>=0.8.2
-BUILDLINK_PKGSRCDIR.mpcomplex?= ../../math/mpcomplex
+BUILDLINK_PKGSRCDIR.mpcomplex?= ../../math/mpcomplex
BUILDLINK_API_DEPENDS.gmp+= gmp>=4.3.2
.include "../../devel/gmp/buildlink3.mk"