[Lunar-commits] <moonbase> vlc: Fix usage of in_depends in BUILD.

Jannis Pohlmann jannis at xfce.org
Tue Sep 8 14:49:33 CEST 2009


commit 2290cd8b6c4397c45bbd9ac9a7e40a8726cc8b2c
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue Sep 8 14:49:33 2009 +0200

    vlc: Fix usage of in_depends in BUILD.
---
 video/vlc/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/video/vlc/BUILD b/video/vlc/BUILD
index e66415e..4d8dcf2 100644
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -3,7 +3,7 @@
   # Use a default font which actually exists
   sedit "s:truetype/freefont/FreeSerifBold.ttf:dejavu-ttf/DejaVuSerif-Bold.ttf:" modules/misc/freetype.c  &&
 
-  if in_depends qt4; then
+  if in_depends vlc qt4; then
    . /etc/profile.d/qt4.rc
   fi  &&
 


More information about the Lunar-commits mailing list