[Lunar-commits] <moonbase> cairo: fix build

Zbigniew Luszpinski zbiggy at lunar-linux.org
Tue Jan 3 23:00:19 CET 2012


commit 6036b45aeb886fbd7a7e55fb6a670c91ea9ad6b5
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue Jan 3 23:00:19 2012 +0100

    cairo: fix build
---
 graphics/cairo/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
index 1d63b58..a7e5b10 100644
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -4,7 +4,7 @@
 
   OPTS+=" --disable-static"  &&
 
-  if ind_depends $MODULE qt4 ; then
+  if in_depends $MODULE qt4 ; then
     . /etc/profile.d/qt4.rc
   fi &&
 


More information about the Lunar-commits mailing list