]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
nano: Fix dependencies.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 18:09:34 +0000 (19:09 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 31 Jan 2010 18:09:34 +0000 (19:09 +0100)
ncurses is a runtime dependency.
groff is needed at build time to create
the html documentation.

pkgs/core/nano/nano.nm

index 38baa0edb6bc5936f4f17e2db2d76c880693e220..1e2ff6b3f04d222ae543d9c29cca7bccfb2ffdbb 100644 (file)
@@ -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.