Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 15:01:29 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc5fac5e3ddf - main - devel/efl: Remove @native flavor from binutils dependency.
Message-ID:  <202110261501.19QF1TU0038451@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cc5fac5e3ddff6024c1f32dd91c2de25d234a346

commit cc5fac5e3ddff6024c1f32dd91c2de25d234a346
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2021-10-26 15:00:11 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2021-10-26 15:01:24 +0000

    devel/efl: Remove @native flavor from binutils dependency.
    
    PR:             259443
    Reported by:    mikael
---
 devel/efl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 7d67b864655a..e5e8da216ba0 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -306,7 +306,7 @@ MESON_ARGS+=	-Db_asneeded=false
 .endif
 
 .if ${ARCH:Marmv?}
-BUILD_DEPENDS+=	as:devel/binutils@native
+BUILD_DEPENDS+=	as:devel/binutils
 CFLAGS+=	-no-integrated-as
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110261501.19QF1TU0038451>