From: Michael Tremer Date: Sun, 31 Jan 2010 18:09:34 +0000 (+0100) Subject: nano: Fix dependencies. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3652add1883e4ddd9cc0c3296b38fc17d74d5eaa;p=ipfire-3.x.git nano: Fix dependencies. ncurses is a runtime dependency. groff is needed at build time to create the html documentation. --- diff --git a/pkgs/core/nano/nano.nm b/pkgs/core/nano/nano.nm index 38baa0edb..1e2ff6b3f 100644 --- a/pkgs/core/nano/nano.nm +++ b/pkgs/core/nano/nano.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.nano-editor.org/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = A small text editor. -PKG_BUILD_DEPS+= ncurses -PKG_DEPS += +PKG_BUILD_DEPS+= groff +PKG_DEPS += ncurses define PKG_DESCRIPTION GNU nano is a small and friendly text editor.