From 8f93036659944bbd3c9b770de01d910227aa4f60 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 2 Aug 2008 13:28:03 +0200 Subject: [PATCH] Fix cups dependency --- lfs/cups | 2 +- lfs/samba | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cups b/lfs/cups index 4e94ed308..7f40a35b9 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 1c9152826..05d4439b5 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