diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-30 17:59:29 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-30 17:59:29 +0000 |
commit | 63329e0aadc8ca09aba34c7687a61bb49aba25db (patch) | |
tree | db15e6973ec1c7df0da8974195afe8869d7840f4 | |
parent | 88b5f59a1d6024472e6179f636b0eca560a07611 (diff) |
Notes
-rw-r--r-- | graphics/librsvg2-rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index dd2454a2e2d4..5279ce27e407 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -29,11 +29,11 @@ CONFIGURE_ARGS= --enable-vala \ --disable-Bsymbolic \ --disable-dependency-tracking \ --disable-static -INSTALL_TARGET= install-strip # Make sure it uses the Rust toolchain from ports. CONFIGURE_ENV= CARGO=${LOCALBASE}/bin/cargo \ RUSTC=${LOCALBASE}/bin/rustc MAKE_ENV= RUSTC=${LOCALBASE}/bin/rustc +INSTALL_TARGET= install-strip CONFLICTS_INSTALL= librsvg2 |