games/openfodder: make ImageMagick flavor configurable 12bc543eb7
Suggested by: danfe
This commit is contained in:
parent
358d38b57f
commit
9a99a5b05d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ DESKTOP_ENTRIES="${PORTNAME}" \
|
|||
OPTIONS_DEFINE= DOCS ICONS
|
||||
OPTIONS_DEFAULT=ICONS
|
||||
|
||||
ICONS_BUILD_DEPENDS= mogrify:graphics/ImageMagick7
|
||||
ICONS_BUILD_DEPENDS= mogrify:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,clang++,${CXX},' \
|
||||
|
|
Loading…
Reference in a new issue