[Lunar-commits] <moonbase> timidity++: small tweaks.

Florin Braescu florin at lunar-linux.org
Sun Jan 11 23:26:20 CET 2009


commit e24e234c79cf4a1ddb9bf1f788f89324a89d5859
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jan 12 00:26:20 2009 +0200

    timidity++: small tweaks.
---
 audio/timidity++/DEPENDS |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/audio/timidity++/DEPENDS b/audio/timidity++/DEPENDS
index 48e9682..d2c319a 100644
--- a/audio/timidity++/DEPENDS
+++ b/audio/timidity++/DEPENDS
@@ -1,10 +1,11 @@
-optional_depends "gtk+-2" "--enable-gtk" "" "for GTK support" &&
-optional_depends "ncurses" "--enable-ncurses" "" "for ncurses support" &&
-optional_depends "tk" "--enable-tcltk" "" "for tcl/tk support" &&
-optional_depends "openMotif" "--enable-motif" "" "for motif support" &&
 optional_depends "alsa-lib" \
                  "--with-default-output=alsa --enable-alsaseq" \
                  "" \
-                 "for ALSA output support" &&
-optional_depends "flac" "--enable-flac" "" "for flac support" &&
-optional_depends "libvorbis" "" "" "for Ogg Vorbis support"
+                 "for ALSA output support"
+
+optional_depends "gtk+-2"    "--enable-gtk"     "" "for GTK support"
+optional_depends "ncurses"   "--enable-ncurses" "" "for ncurses support"
+optional_depends "tk"        "--enable-tcltk"   "" "for tcl/tk support"
+optional_depends "openMotif" "--enable-motif"   "" "for motif support"
+optional_depends "flac"      "--enable-flac"    "" "for flac support"
+optional_depends "libvorbis" ""                 "" "for Ogg Vorbis support"


More information about the Lunar-commits mailing list