1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

It seems that the standalone libbfd cannot be compiled on FreeBSD 4.x.

I don't care much, it's intented for developers only who could now be
expected to use FreeBSD 5.x.
This commit is contained in:
Joerg Wunsch 2004-05-02 19:54:00 +00:00
parent 66d6b88640
commit 7fb63ea551
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108197

View File

@ -27,4 +27,10 @@ USE_LIBTOOL= yes
INFO= bfd
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>