Date: Tue, 14 Dec 2021 13:05:30 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 636f78458b9b - main - graphics/py-wand: Unbreak build Message-ID: <202112141305.1BED5Ux8000389@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=636f78458b9b96dfe18e3c6a8820060dbe8b6cb7 commit 636f78458b9b96dfe18e3c6a8820060dbe8b6cb7 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-12-14 12:30:17 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-12-14 13:02:26 +0000 graphics/py-wand: Unbreak build --- graphics/py-wand/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 84ae2963cfa4..b856bd0a623b 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -27,15 +27,15 @@ IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7*) .if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MIMAGEMAGICK7} -USES= magick:7 +USES+= magick:7 .else -USES= magick:6 +USES+= magick:6 .endif .else .if ${PORT_OPTIONS:MIMAGEMAGICK7} -USES= magick:7,nox11 +USES+= magick:7,nox11 .else -USES= magick:6,nox11 +USES+= magick:6,nox11 .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112141305.1BED5Ux8000389>