svn commit: r309850 - head/math/octave

Maho Nakata maho at FreeBSD.org
Wed Jan 2 23:53:00 UTC 2013


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 at 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 \


More information about the svn-ports-head mailing list