Index: emulators/qemu-devel/Makefile =================================================================== --- emulators/qemu-devel/Makefile +++ emulators/qemu-devel/Makefile @@ -15,6 +15,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 +BUILD_DEPENDS= as:devel/binutils LIB_DEPENDS= libnettle.so:security/nettle \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ Index: emulators/qemu-sbruno/Makefile =================================================================== --- emulators/qemu-sbruno/Makefile +++ emulators/qemu-sbruno/Makefile @@ -16,6 +16,7 @@ GH_TUPLE= seanbruno:qemu-bsd-user:d587db6 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes +BUILD_DEPENDS= as:devel/binutils USES= bison compiler:c11 gmake perl5 pkgconfig python:2.7,build USE_PERL5= build MAKE_ENV+= BSD_MAKE="${MAKE}" V=1 Index: emulators/vmw/Makefile =================================================================== --- emulators/vmw/Makefile +++ emulators/vmw/Makefile @@ -12,6 +12,7 @@ ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/${PORTNAME}/src +BUILD_DEPENDS= as:devel/binutils USES= iconv MAKE_ENV+= __MAKE_CONF=/dev/null ASFLAGS="${ASFLAGS}" MAKE_ENV+= LD="${CC}" Index: lang/ccl/Makefile =================================================================== --- lang/ccl/Makefile +++ lang/ccl/Makefile @@ -23,6 +23,7 @@ # the following files will not be installed EXCLUDE= cocoa-ide lisp-kernel scripts +BUILD_DEPENDS= as:devel/binutils USE_ASDF= yes .include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" Index: lang/fpc/Makefile =================================================================== --- lang/fpc/Makefile +++ lang/fpc/Makefile @@ -23,6 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386 +BUILD_DEPENDS= as:devel/binutils USES+= gmake iconv USE_BINUTILS= yes BOOTVER= 3.0.4 Index: lang/mit-scheme/Makefile =================================================================== --- lang/mit-scheme/Makefile +++ lang/mit-scheme/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= i386 amd64 +BUILD_DEPENDS= as:devel/binutils GNU_CONFIGURE= yes USES= gmake WRKSRC= ${WRKDIR}/mit-scheme-${PORTVERSION}/src/ Index: lang/ocaml/Makefile =================================================================== --- lang/ocaml/Makefile +++ lang/ocaml/Makefile @@ -24,6 +24,7 @@ BROKEN_mips64= No ASM support BROKEN_mips= No ASM support +BUILD_DEPENDS= as:devel/binutils USES= cpe compiler:c11 gmake tar:xz USE_LDCONFIG= yes CPE_VENDOR= inria Index: lang/smlnj/Makefile =================================================================== --- lang/smlnj/Makefile +++ lang/smlnj/Makefile @@ -19,6 +19,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= amd64 i386 +BUILD_DEPENDS= as:devel/binutils LLD_UNSAFE= yes NO_WRKSUBDIR= yes Index: lang/ypsilon/Makefile =================================================================== --- lang/ypsilon/Makefile +++ lang/ypsilon/Makefile @@ -15,6 +15,7 @@ USE_GITHUB= yes GH_TUPLE= fujita-y:ypsilon:0.9.6-update3 +BUILD_DEPENDS= as:devel/binutils USES= gmake USE_GCC= yes TEST_TARGET= check # XXX: tests fail Index: multimedia/libxine/Makefile =================================================================== --- multimedia/libxine/Makefile +++ multimedia/libxine/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= v4l_compat>=1.0.20100321:multimedia/v4l_compat +BUILD_DEPENDS= v4l_compat>=1.0.20100321:multimedia/v4l_compat \ + devel/binutils LIB_DEPENDS= libFLAC.so:audio/flac \ liba52.so:audio/liba52 \ libvorbis.so:audio/libvorbis \