diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-05-02 19:54:00 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-05-02 19:54:00 +0000 |
commit | 7fb63ea5519304e906dc27a7cfd8d949d069c1b8 (patch) | |
tree | 7aa460a3bde78f875a0a5e8156226a191d899a01 /devel/libbfd | |
parent | 66d6b88640f4cd5ba993bc20a1a0c5f51272d1ba (diff) | |
download | ports-7fb63ea5519304e906dc27a7cfd8d949d069c1b8.tar.gz ports-7fb63ea5519304e906dc27a7cfd8d949d069c1b8.zip |
Notes
Diffstat (limited to 'devel/libbfd')
-rw-r--r-- | devel/libbfd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libbfd/Makefile b/devel/libbfd/Makefile index 8ce67ce92692..49ecfc3c09d4 100644 --- a/devel/libbfd/Makefile +++ b/devel/libbfd/Makefile @@ -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> |