diff options
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} |