diff options
author | rodent <rodent@pkgsrc.org> | 2014-05-04 13:49:57 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-05-04 13:49:57 +0000 |
commit | c9040b22cadc82c1855925c22d3493ee491c9dcb (patch) | |
tree | 89acb4586b84b13218f8cc11513ebaaa018ceb03 /math | |
parent | 67a34d6faab60be0ca0ad7b204ab5fade27fab09 (diff) | |
download | pkgsrc-c9040b22cadc82c1855925c22d3493ee491c9dcb.tar.gz |
+LICENSE
Diffstat (limited to 'math')
-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 531e3a5e441..674e350b26a 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2014/05/04 13:46:42 rodent Exp $ +# $NetBSD: Makefile,v 1.121 2014/05/04 13:49:57 rodent Exp $ DISTNAME= octave-${OCTAVE_VER} PKGREVISION= 5 @@ -11,6 +11,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.octave.org/ COMMENT= High-level language, intended for numerical computations +LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX |