From ee9f4826724c36e67c60bc3ddd9f1cec93d77234 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Tue, 18 Apr 2017 12:32:28 -0500 Subject: [PATCH] Added groff as dependency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5de2f8d..bc7e31d 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,libpipeline,zlib +DEPENDS = gdbm,glibc,groff,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 = 2 +SNAPVER = 3 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')