diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-21 05:17:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-21 05:17:30 +0000 |
commit | b7f3fb8b5baf7bfdd553b226a9e5509a71745aa5 (patch) | |
tree | d27fdddecc77c459ffd2c94654d71730f189db2b /math | |
parent | 881c324e57365a9b003642102c07cc4b0a44d744 (diff) | |
download | pkgsrc-b7f3fb8b5baf7bfdd553b226a9e5509a71745aa5.tar.gz |
Needs a C compiler.
Diffstat (limited to 'math')
-rw-r--r-- | math/xmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 7a12a89050e..5d635ab1ae5 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:09 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/07/21 05:22:33 rillig Exp $ DISTNAME= xmgr-4.1.2 PKGREVISION= 3 @@ -17,7 +17,7 @@ COMMENT= Powerful XY plotting tool for workstations or X-terminals using X BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_X11BASE= YES -USE_LANGUAGES= fortran +USE_LANGUAGES= c fortran GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-acegr-home=${PREFIX:Q} |