summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-06-13 14:02:53 +0000
committerjperkin <jperkin@pkgsrc.org>2014-06-13 14:02:53 +0000
commit5cca38d95c9e87248e04671354491efffe1aff7d (patch)
tree0fd84703761fa78cf2f54b3cd1b454c258269884 /pkgtools
parentc53f1f76f212441fa12e3e6476a7366b220b7f6d (diff)
downloadpkgsrc-5cca38d95c9e87248e04671354491efffe1aff7d.tar.gz
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.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pbulk-base/Makefile4
1 files changed, 2 insertions, 2 deletions
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