Added less as a dependency

This commit is contained in:
2017-04-19 11:02:46 -05:00
parent ee9f482672
commit bfb779e95f

View File

@@ -8,13 +8,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
DEPENDS = gdbm,glibc,groff,libpipeline,zlib DEPENDS = gdbm,glibc,groff,less,libpipeline,zlib
ARCH = x86_64 ARCH = x86_64
URL = http://man-db.nongnu.org/ URL = http://man-db.nongnu.org/
BRIEF = Unix documentation system BRIEF = Unix documentation system
DESC = man-db is an implementation of the standard Unix documentation system \ DESC = man-db is an implementation of the standard Unix documentation system \
accessed using the man command. accessed using the man command.
SNAPVER = 3 SNAPVER = 4
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')