pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/ardour



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul  7 06:28:24 UTC 2016

Modified Files:
        pkgsrc/audio/ardour: options.mk

Log Message:
Use PKG_FAIL_REASON instead of .error.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ardour/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ardour/options.mk
diff -u pkgsrc/audio/ardour/options.mk:1.1 pkgsrc/audio/ardour/options.mk:1.2
--- pkgsrc/audio/ardour/options.mk:1.1  Mon Jun 20 08:17:42 2016
+++ pkgsrc/audio/ardour/options.mk      Thu Jul  7 06:28:24 2016
@@ -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
 



Home | Main Index | Thread Index | Old Index