diff options
author | hans <hans@pkgsrc.org> | 2011-11-29 18:26:09 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-11-29 18:26:09 +0000 |
commit | 60559b4d05b76c2a5536ea74ecb0b1ce34d4661c (patch) | |
tree | 6d82cc946a16fa0228957bbb5ea1b3a0d96085e7 /parallel | |
parent | 8da97f5173f9c5d8814b17123e70149333fb0521 (diff) | |
download | pkgsrc-60559b4d05b76c2a5536ea74ecb0b1ce34d4661c.tar.gz |
Add pod2man and pod2html to USE_TOOLS.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/parallel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/parallel/Makefile b/parallel/parallel/Makefile index 674ffdaffb5..670c38db937 100644 --- a/parallel/parallel/Makefile +++ b/parallel/parallel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/10/09 10:02:45 cheusov Exp $ +# $NetBSD: Makefile,v 1.3 2011/11/29 18:26:09 hans Exp $ # DISTNAME= parallel-20110522 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run pod2man pod2html REPLACE_PERL+= src/parallel src/niceload src/sem src/sem.pod src/sql |