diff options
author | rillig <rillig> | 2006-07-21 05:17:30 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-21 05:17:30 +0000 |
commit | 4916574e42dbd65d9da1183ef998959587582a3c (patch) | |
tree | d27fdddecc77c459ffd2c94654d71730f189db2b /math/xmgr | |
parent | 0a1cf63af5daa958f1bab7370d32ef658ad40494 (diff) | |
download | pkgsrc-4916574e42dbd65d9da1183ef998959587582a3c.tar.gz |
Needs a C compiler.
Diffstat (limited to 'math/xmgr')
-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} |