diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-09-11 00:50:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-09-11 00:50:12 +0000 |
commit | 37c91ffb91ad95205dbe21b8fca568cd8448bb9a (patch) | |
tree | 8a2734e826256fcfde3deaa142afb67db7bab571 /math | |
parent | 6bd419c4d06d6b555fa98f57ba95f1ee4a603ca6 (diff) |
Build fix on amd64 (might be appropreate for i386 as well)
Discussed with: gerald
Related PR: 136607
Notes
Notes:
svn path=/head/; revision=241190
Diffstat (limited to 'math')
-rw-r--r-- | math/gotoblas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index c7ba5a638171..c63b95f5a79e 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -32,6 +32,7 @@ USE_PERL5= yes .include <bsd.port.pre.mk> USE_FORTRAN= yes +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .if ${ARCH} == "amd64" || ${ARCH} == "alpha" || ${ARCH} == "sparc64" || ${ARCH} == "ia64" MAKE_FLAGS+= BINARY64=1 |