summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-06-13 14:02:53 +0000
committerjperkin <jperkin>2014-06-13 14:02:53 +0000
commit8a3698dcab25a138351a2b9659eae8a231608c89 (patch)
tree0fd84703761fa78cf2f54b3cd1b454c258269884 /pkgtools
parent339cf6812415ac65eac55e048db22e2b56c93e52 (diff)
downloadpkgsrc-8a3698dcab25a138351a2b9659eae8a231608c89.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