diff options
author | asau <asau@pkgsrc.org> | 2009-12-03 13:06:51 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-03 13:06:51 +0000 |
commit | d78ee9706fa60290d2c69af143254783ad92228a (patch) | |
tree | 51d08c3a3bdd007a71879139b58313239a444aed /math/octave | |
parent | bad6bfba07ecf8acbf0158766e92600194084531 (diff) | |
download | pkgsrc-d78ee9706fa60290d2c69af143254783ad92228a.tar.gz |
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 8061f818cb9..bee1cc58756 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2009/10/12 09:28:02 adam Exp $ +# $NetBSD: Makefile,v 1.84 2009/12/03 13:06:55 asau Exp $ DISTNAME= octave-${OCTAVE_VER} +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ EXTRACT_SUFX= .tar.bz2 |