diff options
author | maho <maho@FreeBSD.org> | 2014-06-07 18:16:05 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2014-06-07 18:16:05 +0800 |
commit | 24edc39118fe7fe007da41b02eb46077514f6de3 (patch) | |
tree | 3388908bcda922f45ddedd6134d8ddfda5710f27 /math | |
parent | 86b5c23dd0d7589b0480e2056ec5ef22cd661c42 (diff) | |
download | freebsd-ports-gnome-24edc39118fe7fe007da41b02eb46077514f6de3.tar.gz freebsd-ports-gnome-24edc39118fe7fe007da41b02eb46077514f6de3.tar.zst freebsd-ports-gnome-24edc39118fe7fe007da41b02eb46077514f6de3.zip |
* Better GUI support [1]
* fix pkg-plist [2]
Submitted by: Jason Bacon <jwbacon@tds.net> [1]
swills@ [2]
Diffstat (limited to 'math')
-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 |