diff options
author | hans <hans@pkgsrc.org> | 2011-10-12 17:35:15 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-10-12 17:35:15 +0000 |
commit | 4c248ce8863dc295a654da2f22c4508a012fdd95 (patch) | |
tree | 9e1895cb1adcaf963c7909c3101d95559d37de87 /net | |
parent | 5e5d4b72b7885c6c8938fa9e930df713c5c24567 (diff) | |
download | pkgsrc-4c248ce8863dc295a654da2f22c4508a012fdd95.tar.gz |
Pod2man is needed to build the manpage.
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 41e9e9e7ce5..abaecff8fa7 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2011/04/22 13:44:29 obache Exp $ +# $NetBSD: Makefile,v 1.104 2011/10/12 17:35:15 hans Exp $ DISTNAME= wget-1.12 PKGREVISION= 2 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl +USE_TOOLS+= perl pod2man GNU_CONFIGURE= YES USE_OLD_DES_API= YES |