From 89efd013c1bea60a562bea913751f2525043c817 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 13 Jun 2014 14:02:53 +0000 Subject: groff isn't required, nroff is sufficient to build the cat pages. Reduces the number of dependencies required significantly on systems with no builtin groff. --- pkgtools/pbulk-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/pbulk-base') diff --git a/pkgtools/pbulk-base/Makefile b/pkgtools/pbulk-base/Makefile index 5e260d74acd..a38264979a7 100644 --- a/pkgtools/pbulk-base/Makefile +++ b/pkgtools/pbulk-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/03/14 09:45:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2014/06/13 14:02:53 jperkin Exp $ DISTNAME= pbulk-base-0.48 COMMENT= Core components of the modular bulk build framework @@ -6,7 +6,7 @@ COMMENT= Core components of the modular bulk build framework .include "../../pkgtools/pbulk/Makefile.common" USE_FEATURES= nbcompat -USE_TOOLS+= groff nroff +USE_TOOLS+= nroff INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 USE_BSD_MAKEFILE= yes -- cgit v1.2.3