diff options
author | maho <maho@FreeBSD.org> | 2009-09-11 08:50:12 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-09-11 08:50:12 +0800 |
commit | 22bdbad81ed6f7840b7c77ee593386f8c8733e74 (patch) | |
tree | e71e0db6339f370f3d0b96524ba19426fbbd79fd /math | |
parent | 2e7a629cc1a25dca72ea2f64891b2030c007a746 (diff) | |
download | freebsd-ports-gnome-22bdbad81ed6f7840b7c77ee593386f8c8733e74.tar.gz freebsd-ports-gnome-22bdbad81ed6f7840b7c77ee593386f8c8733e74.tar.zst freebsd-ports-gnome-22bdbad81ed6f7840b7c77ee593386f8c8733e74.zip |
Build fix on amd64 (might be appropreate for i386 as well)
Discussed with: gerald
Related PR: 136607
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 |