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 | eeef258941aea44fd829dcb9ae748471f793599d (patch) | |
tree | 33d5da6670219f4a3bc11b154b7e1a50b0710428 /sysutils | |
parent | bd1df32014a60e8d803da60636a730782cb5430f (diff) | |
download | pkgsrc-eeef258941aea44fd829dcb9ae748471f793599d.tar.gz |
findutils uses nroff for installation, so add nroff to USE_TOOLS.
From Georg Schwarz in private mail.
Diffstat (limited to 'sysutils')
-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 |