aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-10-26 15:00:11 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-10-26 15:01:24 +0000
commitcc5fac5e3ddff6024c1f32dd91c2de25d234a346 (patch)
treebe4f18bbbdfd5c66b6efc71aadb4a7a24b7ba316
parent6180c0b094c839fb16fcd95e3c53f3ca79544f9c (diff)
downloadports-cc5fac5e3ddff6024c1f32dd91c2de25d234a346.tar.gz
ports-cc5fac5e3ddff6024c1f32dd91c2de25d234a346.zip
devel/efl: Remove @native flavor from binutils dependency.
PR: 259443 Reported by: mikael
-rw-r--r--devel/efl/Makefile2
1 files changed, 1 insertions, 1 deletions
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