diff options
author | rillig <rillig> | 2006-07-21 05:28:26 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-21 05:28:26 +0000 |
commit | 609975fb49922b8da331bee60781fffb724d05c7 (patch) | |
tree | fef0349977ede956a71cc5310c459211506570b1 /math/grace | |
parent | 474e5b8dbd1b628145b8d22634c679d5cb05730f (diff) | |
download | pkgsrc-609975fb49922b8da331bee60781fffb724d05c7.tar.gz |
Needs a C compiler.
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index c131667f199..6f5b6a8f7be 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/07/21 05:35:39 rillig Exp $ # DISTNAME= grace-5.1.14 @@ -18,7 +18,7 @@ COMMENT= GRaphing, Advanced Computation and Exploration of data USE_X11BASE= YES USE_TOOLS+= gmake -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace CONFIGURE_ARGS+= --without-bundled-xbae |