summaryrefslogtreecommitdiff
path: root/audio/gbemol/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 21:09:12 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 21:09:12 +0000
commit2a89443807b048ee84de6bb7bbcfb04b2a4dcdc2 (patch)
tree06a7346d29f1c7f55735aea8cc0763c11f19a69e /audio/gbemol/Makefile
parent1ff5dfa2cce00c711a365227349b2e7e99f0259a (diff)
downloadpkgsrc-2a89443807b048ee84de6bb7bbcfb04b2a4dcdc2.tar.gz
audio: align variable assignments and directives
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'audio/gbemol/Makefile')
-rw-r--r--audio/gbemol/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile
index 5e33a91770d..a97464b27f3 100644
--- a/audio/gbemol/Makefile
+++ b/audio/gbemol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2019/08/22 12:22:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.51 2019/11/02 21:09:13 rillig Exp $
#
DISTNAME= gbemol-0.3.2
@@ -11,10 +11,10 @@ HOMEPAGE= http://gbemol.sourceforge.net/
COMMENT= Graphical frontend for the Music Player Daemon (MPD)
LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config intltool msgfmt
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config intltool msgfmt
.include "../../audio/id3lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"