summaryrefslogtreecommitdiff
path: root/pkgtools/pbulk-base
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-06-13 14:02:53 +0000
committerjperkin <jperkin>2014-06-13 14:02:53 +0000
commit89efd013c1bea60a562bea913751f2525043c817 (patch)
tree0fd84703761fa78cf2f54b3cd1b454c258269884 /pkgtools/pbulk-base
parent6a78cad59f93dbf257d10eb4e3d2461731c4394f (diff)
downloadpkgsrc-89efd013c1bea60a562bea913751f2525043c817.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/pbulk-base')
-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