diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-01-02 20:56:51 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-01-02 20:56:51 +0000 |
commit | 7faa4f7b7a862c336355309fb57aa71c366d0a83 (patch) | |
tree | 33d5da6670219f4a3bc11b154b7e1a50b0710428 /sysutils/findutils | |
parent | c25940a3615e299e8af83a148f272bdd36e27a67 (diff) | |
download | pkgsrc-7faa4f7b7a862c336355309fb57aa71c366d0a83.tar.gz |
findutils uses nroff for installation, so add nroff to USE_TOOLS.
From Georg Schwarz in private mail.
Diffstat (limited to 'sysutils/findutils')
-rw-r--r-- | sysutils/findutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/findutils/Makefile b/sysutils/findutils/Makefile index 3b068441f2f..2eb079911f2 100644 --- a/sysutils/findutils/Makefile +++ b/sysutils/findutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:19 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/02 20:56:51 bouyer Exp $ DISTNAME= findutils-4.1 PKGREVISION= 4 @@ -9,6 +9,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.gnu.org/software/findutils/findutils.html COMMENT= The GNU find, xargs and locate utilities +USE_TOOLS+= nroff GNU_CONFIGURE= YES CONFIGURE_HAS_INFODIR= NO CONFIGURE_HAS_MANDIR= NO |