svn commit: r534231 - head/devel/arm-none-eabi-gcc492

Ed Maste emaste at FreeBSD.org
Thu May 7 01:47:18 UTC 2020


Author: emaste (src committer)
Date: Thu May  7 01:47:17 2020
New Revision: 534231
URL: https://svnweb.freebsd.org/changeset/ports/534231

Log:
  devel/arm-none-eabi-gcc492: correct binutils dependency
  
  PR:		212319 [exp-run]
  Approved by:	bapt

Modified:
  head/devel/arm-none-eabi-gcc492/Makefile

Modified: head/devel/arm-none-eabi-gcc492/Makefile
==============================================================================
--- head/devel/arm-none-eabi-gcc492/Makefile	Thu May  7 01:45:10 2020	(r534230)
+++ head/devel/arm-none-eabi-gcc492/Makefile	Thu May  7 01:47:17 2020	(r534231)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr \
 		libmpc.so:math/mpc
 BUILD_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g} \
-		objdump:devel/objdump
+		objdump:devel/binutils
 RUN_DEPENDS=	${BU_PREFIX}-as:devel/binutils@${PKGNAMEPREFIX:C/-$//:C/-/_/g}
 
 USES=	compiler gmake iconv libtool makeinfo tar:bzip2


More information about the svn-ports-head mailing list