summaryrefslogtreecommitdiff
path: root/audio/ardour
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/ardour
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/ardour')
-rw-r--r--audio/ardour/Makefile6
-rw-r--r--audio/ardour/options.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index f176e73f322..6b4dba39b49 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/09/02 13:20:06 adam Exp $
+# $NetBSD: Makefile,v 1.30 2019/11/02 21:09:12 rillig Exp $
DISTNAME= ardour-4.7
PKGREVISION= 23
@@ -140,12 +140,12 @@ CONF_FILES+= ${EGDIR}/trx.menus ${PKG_SYSCONFDIR}/trx.menus
# As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters
CHECK_PORTABILITY_SKIP+= libs/pbd/test/i18n_test/*.tst
-PYTHON_VERSIONS_ACCEPTED= 27 # as of 4.4
+PYTHON_VERSIONS_ACCEPTED= 27 # as of 4.4
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Linux"
-BUILDLINK_TRANSFORM+= rm:-ldl
+BUILDLINK_TRANSFORM+= rm:-ldl
.endif
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/ardour4/LV2/reasonablesynth.lv2
diff --git a/audio/ardour/options.mk b/audio/ardour/options.mk
index 86fe6983a38..f8be9e4baf0 100644
--- a/audio/ardour/options.mk
+++ b/audio/ardour/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2016/07/07 06:28:24 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 21:09:12 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ardour
@@ -30,9 +30,9 @@ PLIST.jack= yes
# Useful for developers
.if !empty(PKG_OPTIONS:Mdummy)
ARDOUR_BACKENDS_DUMMY= yes
-PLIST.dummy= yes
+PLIST.dummy= yes
.endif
ARDOUR_BACKENDS= ${ARDOUR_BACKENDS_ALSA:Dalsa},${ARDOUR_BACKENDS_JACK:Djack},${ARDOUR_BACKENDS_DUMMY:Ddummy}
-WAF_ARGS+= --with-backends=${ARDOUR_BACKENDS:C/,+$//}
+WAF_ARGS+= --with-backends=${ARDOUR_BACKENDS:C/,+$//}