aboutsummaryrefslogtreecommitdiff
path: root/math/armadillo
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 13:01:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 13:01:40 +0000
commit661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch)
tree4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /math/armadillo
parent47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff)
downloadports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.gz
ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.zip
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes: svn path=/head/; revision=336260
Diffstat (limited to 'math/armadillo')
-rw-r--r--math/armadillo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index eb6532dabb9f..dcf9812d806d 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -11,8 +11,8 @@ COMMENT= C++ linear algebra library
LICENSE= MPL
-LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \
- boost_date_time:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack \
+ libboost_date_time.so:${PORTSDIR}/devel/boost-libs
USES= cmake
USE_LDCONFIG= yes