diff options
author | maho <maho@FreeBSD.org> | 2007-01-15 20:03:27 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-15 20:03:27 +0800 |
commit | adc83f33fc1aaa549d30c7f5dd6241632a6c6ae4 (patch) | |
tree | 49f31b04ceeda7ff15f4978bb86612b100094c03 /math/atlas-devel/Makefile | |
parent | 5d70d5ac37bea0dd7c04e0fc01d044936ae5ea91 (diff) | |
download | freebsd-ports-gnome-adc83f33fc1aaa549d30c7f5dd6241632a6c6ae4.tar.gz freebsd-ports-gnome-adc83f33fc1aaa549d30c7f5dd6241632a6c6ae4.tar.zst freebsd-ports-gnome-adc83f33fc1aaa549d30c7f5dd6241632a6c6ae4.zip |
No longer depended on g2c.h in the base.
Now we should use f2c.
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 eb219bd3fcc7..ec64938b9076 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 |