aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-05 03:34:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-05 03:34:31 +0800
commite5e7f0a85f48d61e9db0418fab26175174e59abe (patch)
tree1156c930ebf7b4efdd75d408d103b2ae9f914ce8 /math
parent9f564a2c7c692813cdfc840bebb0bc39d05f04fa (diff)
downloadfreebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.tar.gz
freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.tar.zst
freebsd-ports-gnome-e5e7f0a85f48d61e9db0418fab26175174e59abe.zip
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed - Fix distinfo for graphics/cmg - Fix shebang for graphics/vips Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 6ce465918b9c..957a228fa8cb 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -3,7 +3,7 @@
PORTNAME= octave
PORTVERSION= 3.8.1
-PORTREVISION= 3
+PORTREVISION= 4
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/GraphicsMagick \
+LIB_DEPENDS= libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick \
libarpack.so:${PORTSDIR}/math/arpack \
libcurl.so:${PORTSDIR}/ftp/curl \
libfftw3.so:${PORTSDIR}/math/fftw3 \