diff options
Diffstat (limited to 'math/atlas-devel/Makefile')
-rw-r--r-- | math/atlas-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index eb219bd..ec64938 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -46,6 +46,7 @@ CCOMPILER= ${CC} .endif LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS+= f2c:${PORTSDIR}/lang/f2c .if ${ARCH} == "sparc64" PICFLAG?= -fPIC |