svn commit: r330267 - head/math/octave-forge-ltfat
Stephen Montgomery-Smith
stephen at FreeBSD.org
Sun Oct 13 23:39:55 UTC 2013
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 at 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}.
More information about the svn-ports-head
mailing list