diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:18:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:18:22 +0000 |
commit | ad93dce8c274d9f95a3df1aa449e2211ed33757c (patch) | |
tree | 230496f7efa7b56c4b2c2650b888a4e1805f079a /chat/gloox/Makefile | |
parent | 026c2efcb746f36d4f807b11bcae4e2cd6ae1c9b (diff) | |
download | pkgsrc-ad93dce8c274d9f95a3df1aa449e2211ed33757c.tar.gz |
chat: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'chat/gloox/Makefile')
-rw-r--r-- | chat/gloox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gloox/Makefile b/chat/gloox/Makefile index 8c603af7877..0cdb5132ba3 100644 --- a/chat/gloox/Makefile +++ b/chat/gloox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/07/20 22:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2019/11/02 22:18:22 rillig Exp $ DISTNAME= gloox-1.0.17 PKGREVISION= 3 @@ -22,7 +22,7 @@ LIBS.SunOS+= -lnsl # -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than # in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build # failures when including gnutls on older versions of gcc. -BUILDLINK_TRANSFORM+= rm:-pedantic +BUILDLINK_TRANSFORM+= rm:-pedantic .include "options.mk" |