diff options
Diffstat (limited to 'math/octave/Makefile')
-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 9dec264cb13..f2e04b80a13 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.212 2020/12/04 04:56:03 riastradh Exp $ +# $NetBSD: Makefile,v 1.213 2021/01/01 09:52:32 ryoon Exp $ DISTNAME= octave-5.2.0 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} EXTRACT_SUFX= .tar.xz |