diff options
author | rillig <rillig> | 2006-07-25 22:20:58 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-25 22:20:58 +0000 |
commit | 454298eb16e24e4a5d4748b2f111b1560392dd06 (patch) | |
tree | e730540ddb33b35ae212c8caca76c428e66e6e5b /misc/root | |
parent | 83e3bab112d119f75ee103d5b150ef5e6eb28bec (diff) | |
download | pkgsrc-454298eb16e24e4a5d4748b2f111b1560392dd06.tar.gz |
Needs a C compiler.
Diffstat (limited to 'misc/root')
-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= |