From f3ff2748270b5f0f64b4b36b7d78b468ec766970 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 26 Oct 2012 09:15:46 +0200 Subject: [PATCH] vdr: removed fontconfig dependency. --- lfs/vdr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/vdr b/lfs/vdr index 6907e00e3f..ca8f0dad8f 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2012 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -38,7 +38,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr PAK_VER = 5 -DEPS = "freefont fontconfig" +DEPS = "freefont" ############################################################################### # Top-level Rules -- 2.39.2