diff options
Diffstat (limited to 'devel/libbfd/Makefile')
-rw-r--r-- | devel/libbfd/Makefile | 7 |
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> |