diff options
author | hans <hans> | 2011-11-29 18:32:41 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-29 18:32:41 +0000 |
commit | 92f37bb1960e8584f704ea667819e7910a4ec700 (patch) | |
tree | d30855e8425292c8d02ae8867c16f53ac2480a5e /textproc/kdoc | |
parent | 620315cdf2d4727753048943b4a10a726310be21 (diff) | |
download | pkgsrc-92f37bb1960e8584f704ea667819e7910a4ec700.tar.gz |
Add pod2man to USE_TOOLS.
Diffstat (limited to 'textproc/kdoc')
-rw-r--r-- | textproc/kdoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index 7fef5307304..f63d7864e32 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/02/28 14:53:04 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2011/11/29 18:32:41 hans Exp $ DISTNAME= kdoc-2.0a54 PKGNAME= kdoc-3.0 @@ -11,7 +11,7 @@ COMMENT= C++ and IDL Class Documentation Tool PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run pod2man SUBST_CLASSES+= vars SUBST_STAGE.vars= do-configure |