diff options
author | marino <marino@FreeBSD.org> | 2015-03-26 22:29:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-26 22:29:57 +0800 |
commit | 31465caa301ae2254e6535088cd5080f669f56f8 (patch) | |
tree | 4258c030f545bfbf310064c4d52ba3fd3cd462e1 /lang/rust | |
parent | 30e72e18986202e5fc880faf702b5fbcbf77efb3 (diff) | |
download | freebsd-ports-gnome-31465caa301ae2254e6535088cd5080f669f56f8.tar.gz freebsd-ports-gnome-31465caa301ae2254e6535088cd5080f669f56f8.tar.zst freebsd-ports-gnome-31465caa301ae2254e6535088cd5080f669f56f8.zip |
lang/rust: Add special IGNORE for DragonFly
lang/rust-dragonfly is in dports and it is bleeding edge (updated every
couple of weeks)
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |