aboutsummaryrefslogtreecommitdiff
path: root/devel/libbfd/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-10-10 10:54:07 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-10-10 10:54:07 +0000
commit939bbe9da17f41c64d07c2f7dcd9e3a044691da6 (patch)
tree4c0b77626ffee19eb7358a09e95f19ac5c42e717 /devel/libbfd/Makefile
parent3acf26cde033c60b38f4ea9f4684677f07f92718 (diff)
downloadports-939bbe9da17f41c64d07c2f7dcd9e3a044691da6.tar.gz
ports-939bbe9da17f41c64d07c2f7dcd9e3a044691da6.zip
Upgrade to binutils 2.17.
Also remove the BROKEN entry for FreeBSD < 5.x, per the PR mentioned. PR: ports/99467
Notes
Notes: svn path=/head/; revision=175186
Diffstat (limited to 'devel/libbfd/Makefile')
-rw-r--r--devel/libbfd/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libbfd/Makefile b/devel/libbfd/Makefile
index 52c3379a9f60..d64c3465ece1 100644
--- a/devel/libbfd/Makefile
+++ b/devel/libbfd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libbfd
-PORTVERSION= 2.16.1
+PORTVERSION= 2.17
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= binutils/releases
@@ -33,13 +33,8 @@ INFO= bfd
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
-.endif
-
.if ${ARCH} == "amd64"
ARCH= x86_64
.endif
-
.include <bsd.port.post.mk>