aboutsummaryrefslogtreecommitdiff
path: root/cad/tochnog
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:53:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:53:20 +0000
commita327ff430ab824a5e8342f6a95e1d749c043e5de (patch)
tree29243a947e6109dbf0500a80dd52284f80f4b0aa /cad/tochnog
parenta2275161bdf38678974bb793dfe3195fe1950aab (diff)
downloadports-a327ff430ab824a5e8342f6a95e1d749c043e5de.tar.gz
ports-a327ff430ab824a5e8342f6a95e1d749c043e5de.zip
Notes
Diffstat (limited to 'cad/tochnog')
-rw-r--r--cad/tochnog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile
index c5f8985734c4..5df89c64a942 100644
--- a/cad/tochnog/Makefile
+++ b/cad/tochnog/Makefile
@@ -12,9 +12,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A free explicit/implicit Finite Element Program
.ifdef WITH_ATLAS
-LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas
+LIB_DEPENDS= libatlas.so:${PORTSDIR}/math/atlas
.else
-LIB_DEPENDS= blas:${PORTSDIR}/math/blas
+LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas
.endif
BUILD_DEPENDS= ${LOCALBASE}/lib/libf2c.a:${PORTSDIR}/lang/f2c
.ifdef WITH_THREADS