commit b11cfba8894fa4b39f6f158ee1a80ba38c37d622
Author: Mihai Moldovan <ionic@ionic.de>
Date: Tue Jul 8 03:29:13 2014 +0200
multimedia/audacious-plugins: change notes to notes-append and use a TCL block. Format fix only.
diff --git a/multimedia/audacious-plugins/Portfile b/multimedia/audacious-plugins/Portfile
index 06585cc..b0a758e 100644
a
|
b
|
variant full requires console mp3 dbus lirc osd osd_composite notifications \ |
321 | 321 | description {Build all plugins, except additional sound output plugins and potentially conflicting variants} {} |
322 | 322 | |
323 | 323 | if {[variant_isset jack]} { |
324 | | notes "*** You have selected the JACK audio output plugin. |
325 | | *** To use this plugin, jackd needs to be started manually. |
326 | | *** The plugin is known to have issues leading to crackling sound output. |
327 | | *** Please don't report bugs against this plugin." |
| 324 | notes-append { |
| 325 | *** You have selected the JACK audio output plugin. |
| 326 | *** To use this plugin, jackd needs to be started manually. |
| 327 | *** The plugin is known to have issues leading to crackling sound output. |
| 328 | *** Please don't report bugs against this plugin. |
| 329 | } |
328 | 330 | } |
329 | 331 | |
330 | 332 | if {![variant_isset sdl2]} { |