From 5e80672996028ed1d29f9f2ed04a624ba9a759b3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 17:59:04 +0100 Subject: [PATCH] font-cursor-misc: add autoreconf support, depends on util-macros Signed-off-by: Stephan Raue --- packages/x11/font/font-cursor-misc/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/x11/font/font-cursor-misc/meta b/packages/x11/font/font-cursor-misc/meta index adff577582..218de1ac3a 100644 --- a/packages/x11/font/font-cursor-misc/meta +++ b/packages/x11/font/font-cursor-misc/meta @@ -6,9 +6,11 @@ PKG_LICENSE="OSS" PKG_SITE="http://www.X.org" PKG_URL="http://xorg.freedesktop.org/archive/individual/font/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="font-util" -PKG_BUILD_DEPENDS="toolchain font-util" +PKG_BUILD_DEPENDS="toolchain util-macros font-util" PKG_PRIORITY="optional" PKG_SECTION="x11/font" PKG_SHORTDESC="font-cursor-misc: X11 cursor fonts" PKG_LONGDESC="X11 cursor fonts." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"