diff options
author | Maho Nakata <maho@FreeBSD.org> | 2014-06-07 10:16:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2014-06-07 10:16:05 +0000 |
commit | 1ef6427dfa7be5cc9240259cfe11b3df06498f23 (patch) | |
tree | 3388908bcda922f45ddedd6134d8ddfda5710f27 /math/octave | |
parent | e673bfdd9b719cd5771c6f1699cf7e7405eb43ae (diff) | |
download | ports-1ef6427dfa7be5cc9240259cfe11b3df06498f23.tar.gz ports-1ef6427dfa7be5cc9240259cfe11b3df06498f23.zip |
* Better GUI support [1]
* fix pkg-plist [2]
Submitted by: Jason Bacon <jwbacon@tds.net> [1]
swills@ [2]
Notes
Notes:
svn path=/head/; revision=356894
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 6 | ||||
-rw-r--r-- | math/octave/pkg-plist | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 90bbdf3fd02c..a529759007cf 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,6 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= octave @@ -32,7 +33,8 @@ LIB_DEPENDS= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 \ libqrupdate.so:${PORTSDIR}/math/qrupdate \ libumfpack.so:${PORTSDIR}/math/suitesparse \ libglpk.so:${PORTSDIR}/math/glpk \ - libgl2ps.so:${PORTSDIR}/print/gl2ps + libgl2ps.so:${PORTSDIR}/print/gl2ps \ + qscintilla2:${PORTSDIR}/devel/qscintilla2 USES= charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2 USE_PERL5= build @@ -40,7 +42,7 @@ USE_TEX= dvipsk:build GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.7+ -USE_QT4= gui network +USE_QT4= gui network uic_build moc_build rcc_build linguist_build OCTAVE_VERSION= ${PORTVERSION} GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 7c6f91849987..43f6d4fd96e1 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -8,6 +8,7 @@ bin/octave-config bin/octave-config-%%OCTAVE_VERSION%% man/man1/mkoctfile.1.gz man/man1/octave-config.1.gz +man/man1/octave-cli.1.gz man/man1/octave.1.gz share/applications/www.octave.org-octave.desktop %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps |