Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 23:39:54 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330267 - head/math/octave-forge-ltfat
Message-ID:  <201310132339.r9DNdsfD085756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun Oct 13 23:39:54 2013
New Revision: 330267
URL: http://svnweb.freebsd.org/changeset/ports/330267

Log:
  - Add lib_depends to math/cblas.  (If math/atlas is installed, this
    lib_depends should be ignored.)

Modified:
  head/math/octave-forge-ltfat/Makefile

Modified: head/math/octave-forge-ltfat/Makefile
==============================================================================
--- head/math/octave-forge-ltfat/Makefile	Sun Oct 13 23:15:50 2013	(r330266)
+++ head/math/octave-forge-ltfat/Makefile	Sun Oct 13 23:39:54 2013	(r330267)
@@ -9,7 +9,8 @@ MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
-		portaudio:${PORTSDIR}/audio/portaudio2
+		portaudio:${PORTSDIR}/audio/portaudio2 \
+		cblas:${PORTSDIR}/math/cblas
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310132339.r9DNdsfD085756>