- Add lib_depends to math/cblas. (If math/atlas is installed, this

lib_depends should be ignored.)
This commit is contained in:
Stephen Montgomery-Smith 2013-10-13 23:39:54 +00:00
parent ecda38b0a5
commit fd5f46872f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330267

View file

@ -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}.