aboutsummaryrefslogtreecommitdiff
path: root/devel/libbfd
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-05-02 19:54:00 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-05-02 19:54:00 +0000
commit7fb63ea5519304e906dc27a7cfd8d949d069c1b8 (patch)
tree7aa460a3bde78f875a0a5e8156226a191d899a01 /devel/libbfd
parent66d6b88640f4cd5ba993bc20a1a0c5f51272d1ba (diff)
downloadports-7fb63ea5519304e906dc27a7cfd8d949d069c1b8.tar.gz
ports-7fb63ea5519304e906dc27a7cfd8d949d069c1b8.zip
Notes
Diffstat (limited to 'devel/libbfd')
-rw-r--r--devel/libbfd/Makefile8
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>