View | Details | Raw Unified | Return to bug 245536
Collapse All | Expand All

(-)Mk/Uses/cargo.mk (+4 lines)
Lines 128-133 Link Here
128
CARGO_INSTALL_ARGS+=	--debug
128
CARGO_INSTALL_ARGS+=	--debug
129
.endif
129
.endif
130
130
131
.if ! ${CARGO_BUILD_ARGS:M--prefix*}
132
CARGO_BUILD_ARGS+=	--prefix ${PREFIX:Q}
133
.endif
134
131
.if ${CARGO_CRATES:Mcmake-[0-9]*}
135
.if ${CARGO_CRATES:Mcmake-[0-9]*}
132
BUILD_DEPENDS+=	cmake:devel/cmake
136
BUILD_DEPENDS+=	cmake:devel/cmake
133
.endif
137
.endif

Return to bug 245536