diff options
author | hans <hans> | 2011-11-29 18:31:26 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-29 18:31:26 +0000 |
commit | b04ed071ac727257bdb8bc97f97ae42510061565 (patch) | |
tree | 8ce257245d18cb125bf8dbcd259340a0ff257cb2 /sysutils | |
parent | a2989e6956f4b089ad4fe5b28fa161bfb39577f1 (diff) | |
download | pkgsrc-b04ed071ac727257bdb8bc97f97ae42510061565.tar.gz |
Add pod2man and pod2html to USE_TOOLS.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile index b6e280c2cd9..ab098f495d7 100644 --- a/sysutils/rconfig/Makefile +++ b/sysutils/rconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2009/02/11 22:59:49 abs Exp $ +# $NetBSD: Makefile,v 1.36 2011/11/29 18:31:26 hans Exp $ DISTNAME= rconfig-0.47 CATEGORIES= sysutils @@ -15,6 +15,6 @@ DEPENDS+= shmux-[0-9]*:../../sysutils/shmux PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run pod2man pod2html .include "../../mk/bsd.pkg.mk" |