From 5d28d4243ac775fa98d345acd42710b3ab412c26 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 30 Jan 2014 14:27:23 +0100 Subject: [PATCH] fontconfig: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_* Signed-off-by: Stephan Raue --- packages/x11/other/fontconfig/package.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/x11/other/fontconfig/package.mk b/packages/x11/other/fontconfig/package.mk index bef1a91759..3651043903 100644 --- a/packages/x11/other/fontconfig/package.mk +++ b/packages/x11/other/fontconfig/package.mk @@ -23,8 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://www.fontconfig.org" PKG_URL="http://www.freedesktop.org/software/fontconfig/release/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="freetype libxml2 zlib expat" -PKG_BUILD_DEPENDS_TARGET="toolchain util-macros freetype libxml2 zlib expat" +PKG_DEPENDS_TARGET="toolchain util-macros freetype libxml2 zlib expat" PKG_PRIORITY="optional" PKG_SECTION="x11/other" PKG_SHORTDESC="fontconfig: A library for font customization and configuration"