pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clang needs gzip(1) tool for generation of html.t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f96372c88b98
branches:  trunk
changeset: 648349:f96372c88b98
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Mar 13 18:00:33 2015 +0000

description:
needs gzip(1) tool for generation of html.tar.gz

diffstat:

 lang/clang/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fab9d9140a34 -r f96372c88b98 lang/clang/Makefile.common
--- a/lang/clang/Makefile.common        Fri Mar 13 18:00:18 2015 +0000
+++ b/lang/clang/Makefile.common        Fri Mar 13 18:00:33 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2015/03/04 13:57:42 tnn Exp $
+# $NetBSD: Makefile.common,v 1.3 2015/03/13 18:00:33 tnn Exp $
 #
 # used by lang/clang/Makefile
 # used by lang/libLLVM/Makefile
@@ -19,7 +19,7 @@
 WRKSRC=                        ${WRKDIR}/llvm-${PKGVERSION_NOREV}.src
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            chown gmake groff pod2html pod2man
+USE_TOOLS+=            chown gmake groff gzip pod2html pod2man
 GCC_REQD+=             4.7 4.8
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-assertions



Home | Main Index | Thread Index | Old Index