aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-bfd
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-21 10:18:38 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-21 10:18:38 +0000
commit090b2c657f080758c23ee50d213c5e0506bee51f (patch)
treeb197984862d0b86af014bb06d62681feed570d7a /devel/fpc-bfd
parent971c1c596a20439ae4ce3f6c37cda56bd4c150a0 (diff)
downloadports-090b2c657f080758c23ee50d213c5e0506bee51f.tar.gz
ports-090b2c657f080758c23ee50d213c5e0506bee51f.zip
lang/fpc-units, devel/fpc-bfd: Use binutils instead of ancient libbfd
Currently, lang/fpc-bfd can't be installed if devel/binutils is already on the system. Given that this is a requirement for lang/gcc and other big patches, chances are there will be a conflict. Resolve the problem by making devel/fpc-bfd depend on devel/binutils instead. This also allows the BFD option on FreeBSD9 to be re-enabled.
Notes
Notes: svn path=/head/; revision=404086
Diffstat (limited to 'devel/fpc-bfd')
-rw-r--r--devel/fpc-bfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fpc-bfd/Makefile b/devel/fpc-bfd/Makefile
index aeadfd13cf9b..675ae40170f5 100644
--- a/devel/fpc-bfd/Makefile
+++ b/devel/fpc-bfd/Makefile
@@ -17,6 +17,6 @@ OPTIONS_DEFINE= LIBBFD
LIBBFD_DESC= Install Universal BFD library from GNU binutils
OPTIONS_DEFAULT= LIBBFD
-LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd
+LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils
.include "${MASTERDIR}/Makefile"