diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-07 06:28:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-07 06:28:24 +0000 |
commit | 7c230c4111f58cec79d8744dafce4f8c8a5cc2a5 (patch) | |
tree | e23811a81942038a447e9448ddd18d698efdc192 /audio | |
parent | 9e928591a239d9441d5ea4212ae600645434dde7 (diff) | |
download | pkgsrc-7c230c4111f58cec79d8744dafce4f8c8a5cc2a5.tar.gz |
Use PKG_FAIL_REASON instead of .error.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ardour/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ardour/options.mk b/audio/ardour/options.mk index d35a317b2e9..86fe6983a38 100644 --- a/audio/ardour/options.mk +++ b/audio/ardour/options.mk @@ -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 @@ PLIST_VARS= alsa jack dummy .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 |