diff options
Diffstat (limited to 'math/gotoblas/Makefile')
-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 c7ba5a63817..c63b95f5a79 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 |