less: bump to version 451

[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-09-07 04:48:49 +00:00 committed by Peter Korsgaard
parent 44393cddc9
commit 8ef851e86b

View File

@ -4,8 +4,10 @@
#
#############################################################
LESS_VERSION = 444
LESS_VERSION = 451
LESS_SITE = http://www.greenwoodsoftware.com/less
LESS_LICENSE = GPLv3+
LESS_LICENSE_FILES = COPYING
# Build after busybox, full-blown is better
LESS_DEPENDENCIES = ncurses $(if $(BR2_PACKAGE_BUSYBOX),busybox)