diff options
Diffstat (limited to 'lang/rust-nightly/Makefile')
-rw-r--r-- | lang/rust-nightly/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index 14a957888e13..3d0c2fa874f6 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -8,7 +8,7 @@ DISTNAME= rustc-nightly-src ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= upstream does not provide bootstraps for other architectures -CONFLICTS_INSTALL= rust +CONFLICTS_INSTALL= rust rust188 MASTERDIR= ${.CURDIR}/../rust PATCHDIR= ${.CURDIR}/files |