pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/ardour Use PKG_FAIL_REASON instead of .error.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a4d17f26580
branches: trunk
changeset: 349396:9a4d17f26580
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 07 06:28:24 2016 +0000
description:
Use PKG_FAIL_REASON instead of .error.
diffstat:
audio/ardour/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a805b25022c7 -r 9a4d17f26580 audio/ardour/options.mk
--- a/audio/ardour/options.mk Thu Jul 07 06:27:17 2016 +0000
+++ b/audio/ardour/options.mk Thu Jul 07 06:28:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/06/20 08:17:42 kamil Exp $
+# $NetBSD: options.mk,v 1.2 2016/07/07 06:28:24 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ardour
@@ -11,7 +11,7 @@
.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
. if empty(PKG_OPTIONS:Malsa)
-. error ALSA is required on this platform
+PKG_FAIL_REASON+= "ALSA is required on this platform."
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index