diff options
author | tnn <tnn> | 2008-02-07 13:24:36 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-07 13:24:36 +0000 |
commit | 5ce0a2b0e3a4a3ccf231173c203703fd345f95b8 (patch) | |
tree | c93e76beab8c077bf70518704bb4597757e7c313 /benchmarks | |
parent | 94b582eb3c905b46c6a17d296b75cc7fd91a4fad (diff) | |
download | pkgsrc-5ce0a2b0e3a4a3ccf231173c203703fd345f95b8.tar.gz |
Needs GNU nroff to format catpages with -mandoc.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 4076c52dc27..e0577d35762 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/01/19 09:16:17 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2008/02/07 13:24:36 tnn Exp $ DISTNAME= bonnie PKGNAME= bonnie-2.06 @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes WRKSRC= ${WRKDIR} -USE_TOOLS+= expr +USE_TOOLS+= expr groff nroff USE_BSD_MAKEFILE= yes MANCOMPRESSED_IF_MANZ= yes |