Skip to content

Commit

Permalink
graphics/py-wand: Unbreak build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Dec 14, 2021
1 parent feb95d6 commit 636f784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions graphics/py-wand/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 636f784

Please sign in to comment.