diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-06 22:27:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-06 22:27:17 +0000 |
commit | b8223d6729e8d0aa333053e0dc9ea36dca28f0f7 (patch) | |
tree | e4b6b5f5d8788092b9396bf42f6d5df414708512 /lang/clang | |
parent | 4467e8802c8b7f9315424eb21989d30d36e738bc (diff) | |
download | pkgsrc-b8223d6729e8d0aa333053e0dc9ea36dca28f0f7.tar.gz |
Add pod2html to tools to fix build.
Diffstat (limited to 'lang/clang')
-rw-r--r-- | lang/clang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clang/Makefile b/lang/clang/Makefile index ee61b35314a..9c401db4002 100644 --- a/lang/clang/Makefile +++ b/lang/clang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/01/03 15:19:53 adam Exp $ +# $NetBSD: Makefile,v 1.19 2013/01/06 22:27:17 wiz Exp $ DISTNAME= clang-3.2 CATEGORIES= lang @@ -14,7 +14,7 @@ LICENSE= modified-bsd WRKSRC= ${WRKDIR}/llvm-${PKGVERSION_NOREV}.src USE_LANGUAGES= c c++ -USE_TOOLS+= chown gmake +USE_TOOLS+= chown gmake pod2html GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-assertions CONFIGURE_ARGS+= --disable-bindings # disable OCaml |