diff options
author | Maho Nakata <maho@FreeBSD.org> | 2016-01-13 01:53:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2016-01-13 01:53:49 +0000 |
commit | a2415bfdec45804a2e1618e23a6f6f4ad05c07e9 (patch) | |
tree | 8b871bde7f65cf504c6163a9537e96fee07e2a30 /math/octave/Makefile | |
parent | 03da2131d6adf58e2545b64f7db9456ce593f47f (diff) | |
download | ports-a2415bfdec45804a2e1618e23a6f6f4ad05c07e9.tar.gz ports-a2415bfdec45804a2e1618e23a6f6f4ad05c07e9.zip |
Notes
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index f559d679f292..ece66f8f7c54 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU @@ -38,7 +39,6 @@ USES= charsetfix fortran gmake libtool perl5 pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_TEX= dvipsk:build -USE_GCC= yes GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.7+ |