From 69b83463563f6ee3cdba35b1748726f85715b06a Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 26 Mar 2015 14:29:57 +0000 Subject: [PATCH] lang/rust: Add special IGNORE for DragonFly lang/rust-dragonfly is in dports and it is bleeding edge (updated every couple of weeks) --- lang/rust/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/rust/Makefile b/lang/rust/Makefile index d2981590fed9..ab2923f75bfa 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -50,6 +50,10 @@ LLNEXTGEN_BUILD_DEPENDS= LLnextgen:${PORTSDIR}/devel/llnextgen BROKEN= Only compiles on FreeBSD 10 and 11 .endif +.if ${OPSYS} == DragonFly +IGNORE= please use lang/rust-dragonfly instead +.endif + post-extract: @${MKDIR} ${WRKSRC}/dl ${LN} -sf ${DISTDIR}/${RUST_BOOT} ${WRKSRC}/dl