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