svn commit: r507655 - head/graphics/librsvg2-rust
Tobias Kortkamp
tobik at FreeBSD.org
Tue Jul 30 17:59:30 UTC 2019
Author: tobik
Date: Tue Jul 30 17:59:29 2019
New Revision: 507655
URL: https://svnweb.freebsd.org/changeset/ports/507655
Log:
graphics/librsvg2-rust: Pet portclippy
Modified:
head/graphics/librsvg2-rust/Makefile
Modified: head/graphics/librsvg2-rust/Makefile
==============================================================================
--- head/graphics/librsvg2-rust/Makefile Tue Jul 30 17:42:15 2019 (r507654)
+++ head/graphics/librsvg2-rust/Makefile Tue Jul 30 17:59:29 2019 (r507655)
@@ -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
More information about the svn-ports-all
mailing list