From: Arne Fitzenreiter Date: Sat, 2 Aug 2008 11:28:03 +0000 (+0200) Subject: Fix cups dependency X-Git-Tag: v2.3-beta3~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f93036659944bbd3c9b770de01d910227aa4f60;p=ipfire-2.x.git Fix cups dependency --- diff --git a/lfs/cups b/lfs/cups index 4e94ed308f..7f40a35b9e 100644 --- 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 diff --git a/lfs/samba b/lfs/samba index 1c91528265..05d4439b57 100644 --- 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