diff options
author | frueauf <frueauf> | 1999-01-14 13:57:04 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-01-14 13:57:04 +0000 |
commit | 21cf8c14675596754c21aa58400bfd711a440e91 (patch) | |
tree | 2698c0ca452f37bab17b78bb1107d28488ff47b9 /math/octave | |
parent | bf3d35e824e0a0c05b88dcae0063b2d30839af7d (diff) | |
download | pkgsrc-21cf8c14675596754c21aa58400bfd711a440e91.tar.gz |
Reflect update of f2c.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 92e9153a5ae..4df45ce454b 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/29 23:38:30 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/01/14 13:57:04 frueauf Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.13 @@ -48,7 +48,7 @@ GCC_VERSION!= ${CC} --version CONFIGURE_ARGS+= --with-g77 FLIBS= -Lg2c .else -DEPENDS+= f2c-19980516p1:../../lang/f2c +DEPENDS+= f2c-19980913:../../lang/f2c CONFIGURE_ARGS+= --with-f2c .endif |