Date: Wed, 22 Jun 2022 16:51:17 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7b3192e30c76 - main - graphics/webp: Fix spealling of IMGCONV Message-ID: <202206221651.25MGpHJJ047472@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b3192e30c766581491bde1458a27a6cd9ba0f86 commit 7b3192e30c766581491bde1458a27a6cd9ba0f86 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-06-21 21:51:09 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-06-22 16:51:11 +0000 graphics/webp: Fix spealling of IMGCONV --- graphics/webp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index a28f084e08c3..d2b37d2c0b76 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -35,7 +35,7 @@ IMGCONV_CONFIGURE_ON= build_cwebp=yes build_dwebp=yes build_gif2webp=yes build_i IMGCONV_LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -INGCONV_USES= jpeg +IMGCONV_USES= jpeg X11_CONFIGURE_OFF= build_vwebp=no X11_CONFIGURE_ON= build_vwebp=yes X11_USE= GL=glut
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206221651.25MGpHJJ047472>