diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-07 13:41:26 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-07 13:41:26 +0000 |
commit | 7ad4bee3e9c2bfd520b52792dfe2804d21a992bf (patch) | |
tree | 037a4b3e4e7809fdc362f2ed48d6ed042f4a55de /pkgtools/pbulk | |
parent | bdcd11f1c31e85e588f3ce904d3609cb1d3d3c02 (diff) | |
download | pkgsrc-7ad4bee3e9c2bfd520b52792dfe2804d21a992bf.tar.gz |
Needs GNU nroff to format catpages.
(But for this case it would make life simpler for bulk builders if the
catpages were pregenerated.)
Diffstat (limited to 'pkgtools/pbulk')
-rw-r--r-- | pkgtools/pbulk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile index 493bd21a37a..3f9012aecbc 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/01/27 14:01:23 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2008/02/07 13:41:26 tnn Exp $ DISTNAME= pbulk-0.27 CATEGORIES= pkgtools @@ -17,7 +17,7 @@ NO_CHECKSUM= YES USE_FEATURES= nbcompat USE_TOOLS+= awk:run bzip2:run digest:run gzip:run ident:run make:run \ - mail:run sed:run tar:run + mail:run sed:run tar:run groff nroff DEPENDS+= rsync-[0-9]*:../../net/rsync .include "../../mk/bsd.prefs.mk" |