diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-25 22:20:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-25 22:20:58 +0000 |
commit | 0dd2ed9f353fd4ac636d899e6052a0ae85fb2112 (patch) | |
tree | e730540ddb33b35ae212c8caca76c428e66e6e5b /misc/root/Makefile | |
parent | fe3097c4398014ffb416c18dc49eb0bb0f04b945 (diff) | |
download | pkgsrc-0dd2ed9f353fd4ac636d899e6052a0ae85fb2112.tar.gz |
Needs a C compiler.
Diffstat (limited to 'misc/root/Makefile')
-rw-r--r-- | misc/root/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index ac391590e61..674444ad91c 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/21 18:10:40 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/25 22:20:58 rillig Exp $ DISTNAME= root_v5.10.00.source PKGNAME= root-5.10 @@ -12,8 +12,7 @@ COMMENT= OO framework for data analysis and visualisation WRKSRC= ${WRKDIR}/root USE_TOOLS+= gmake -USE_LANGUAGES+= c++ -#USE_LANGUAGES+= fortran +USE_LANGUAGES= c c++ BUILD_TARGET= |