Date: Wed, 2 Jan 2013 23:53:00 +0000 (UTC) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309850 - head/math/octave Message-ID: <201301022353.r02Nr06Z089583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maho Date: Wed Jan 2 23:52:59 2013 New Revision: 309850 URL: http://svnweb.freebsd.org/changeset/ports/309850 Log: Remove .1 from GraphicsMagick, as octave doesn't require paticular version. Submitted by: Scott Bennett <bennett@cs.niu.edu> Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Wed Jan 2 23:36:43 2013 (r309849) +++ head/math/octave/Makefile Wed Jan 2 23:52:59 2013 (r309850) @@ -23,7 +23,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo -LIB_DEPENDS= GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \ +LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick \ arpack:${PORTSDIR}/math/arpack \ curl:${PORTSDIR}/ftp/curl \ fftw3:${PORTSDIR}/math/fftw3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301022353.r02Nr06Z089583>