Index: libbfd/Makefile =================================================================== RCS file: /home/pcvs/ports/devel/libbfd/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- libbfd/Makefile 28 Feb 2006 21:25:16 -0000 1.12 +++ libbfd/Makefile 25 Jun 2006 22:43:29 -0000 @@ -15,7 +15,7 @@ MAINTAINER= joerg@freebsd.org COMMENT= Universal BFD library from GNU binutils -BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty +BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty CONFLICTS= mingw-binutils-[0-9]* @@ -33,13 +33,8 @@ .include -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - .if ${ARCH} == "amd64" ARCH= x86_64 .endif - .include