]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix cups dependency
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 2 Aug 2008 11:28:03 +0000 (13:28 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 2 Aug 2008 11:28:03 +0000 (13:28 +0200)
lfs/cups
lfs/samba

index 4e94ed308faa2c9e3dd7881483ba3b949683ce26..7f40a35b9e34490f8bfc9d7548490fa144f1dd46 100644 (file)
--- a/lfs/cups
+++ b/lfs/cups
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups
 PAK_VER    = 2
 
-DEPS       = "ghostscript"
+DEPS       = "ghostscript cyrus-sasl"
 
 ###############################################################################
 # Top-level Rules
index 1c91528265a60bd204d8f204da64100ba616e69d..05d4439b578d1ba3887962e8459cd710bf9759ce 100644 (file)
--- a/lfs/samba
+++ b/lfs/samba
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = samba
 PAK_VER    = 7
 
-DEPS       = "cups cyrus-sasl"
+DEPS       = "cups"
 
 ###############################################################################
 # Top-level Rules