Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-11-05 04:20:54 +0300
committerJan Beich <jbeich@FreeBSD.org>2022-11-05 05:18:25 +0300
commitca25a32921eda996ce79e41b0edf763e97b0b5d6 (patch)
tree0bdfa9874a6d8c0a28d54c052db4a3207740c6e7 /graphics
parenta380f3041cde81bf98bdac872d2fd65e01bfae95 (diff)
devel/cargo-c: backport dep: syntax support
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libimagequant/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile
index c87584a9f592..18209fc9d6b0 100644
--- a/graphics/libimagequant/Makefile
+++ b/graphics/libimagequant/Makefile
@@ -23,10 +23,6 @@ PLIST_FILES= include/libimagequant.h \
lib/libimagequant.so.0.0.0 \
libdata/pkgconfig/imagequant.pc
-post-patch:
-# XXX Drop after devel/cargo-c >= 0.9.9 per https://github.com/rust-lang/cargo/commit/43a063c80a53
- @${REINPLACE_CMD} 's/dep://g' ${WRKSRC:H}/Cargo.toml
-
do-build:
@${CARGO_CARGO_RUN} cbuild \
--verbose \