diff options
author | rene <rene@FreeBSD.org> | 2014-06-18 03:26:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-06-18 03:26:39 +0800 |
commit | bc59ddae35f072225f38ffeae80d8d7732dd8364 (patch) | |
tree | 40ef1ae0213a9bbd792f2ef80e97442d020c6f5c /math/octave | |
parent | d2d5fc7a2cd0359e10f32aa48c2245ef2115e1ae (diff) | |
download | freebsd-ports-gnome-bc59ddae35f072225f38ffeae80d8d7732dd8364.tar.gz freebsd-ports-gnome-bc59ddae35f072225f38ffeae80d8d7732dd8364.tar.zst freebsd-ports-gnome-bc59ddae35f072225f38ffeae80d8d7732dd8364.zip |
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs
Approved by: portmgr (antoine)
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index a529759007cf..bae8e7cae128 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= octave @@ -20,7 +20,7 @@ BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -LIB_DEPENDS= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 \ +LIB_DEPENDS= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick \ libarpack.so:${PORTSDIR}/math/arpack \ libcurl.so:${PORTSDIR}/ftp/curl \ libfftw3.so:${PORTSDIR}/math/fftw3 \ @@ -34,7 +34,7 @@ LIB_DEPENDS= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 \ libumfpack.so:${PORTSDIR}/math/suitesparse \ libglpk.so:${PORTSDIR}/math/glpk \ libgl2ps.so:${PORTSDIR}/print/gl2ps \ - qscintilla2:${PORTSDIR}/devel/qscintilla2 + libqscintilla2.so:${PORTSDIR}/devel/qscintilla2 USES= charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2 USE_PERL5= build |