diff options
author | obache <obache@pkgsrc.org> | 2014-07-21 12:58:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-21 12:58:31 +0000 |
commit | b625d9d7be9f2d83b836054b012e5677c31d9104 (patch) | |
tree | 8dccbe67a3858392c9859cb05e8874f7fb240086 /databases | |
parent | 2c0631c9b86ec4549e30080671b0307e7db0cc3c (diff) | |
download | pkgsrc-b625d9d7be9f2d83b836054b012e5677c31d9104.tar.gz |
indent
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap-client/buildlink3.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/openldap-client/buildlink3.mk b/databases/openldap-client/buildlink3.mk index 069467a7ba2..a85b7a021f5 100644 --- a/databases/openldap-client/buildlink3.mk +++ b/databases/openldap-client/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2014/07/21 12:57:20 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2014/07/21 12:58:31 obache Exp $ .include "../../mk/bsd.fast.prefs.mk" @@ -20,12 +20,12 @@ CHECK_BUILTIN.openldap-client:= no . if empty(USE_BUILTIN.openldap-client:M[yY][eE][sS]) pkgbase := openldap-client -.include "../../mk/pkg-build-options.mk" +. include "../../mk/pkg-build-options.mk" -.if !empty(PKG_BUILD_OPTIONS.openldap-client:Mkerberos) || \ - !empty(PKG_BUILD_OPTIONS.openldap-client:Msasl) -. include "../../security/cyrus-sasl/buildlink3.mk" -.endif +. if !empty(PKG_BUILD_OPTIONS.openldap-client:Mkerberos) || \ + !empty(PKG_BUILD_OPTIONS.openldap-client:Msasl) +. include "../../security/cyrus-sasl/buildlink3.mk" +. endif . endif .include "../../security/openssl/buildlink3.mk" .endif # OPENLDAP_BUILDLINK3_MK |