Skip to content

Commit

Permalink
ImageMagick: Include liblqr bl3 if ImageMagick is built with liblqr o…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
iamleot committed Feb 26, 2019
1 parent 6bcc7eb commit 368b351
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphics/ImageMagick/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.69 2019/01/29 09:52:27 leot Exp $
# $NetBSD: buildlink3.mk,v 1.70 2019/02/26 17:33:19 leot Exp $

BUILDLINK_TREE+= ImageMagick

Expand All @@ -18,6 +18,9 @@ pkgbase := ImageMagick
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mjp2)
.include "../../graphics/openjpeg/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mliblqr)
.include "../../graphics/liblqr/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ImageMagick:Mopenexr)
.include "../../graphics/openexr/buildlink3.mk"
.endif
Expand Down

0 comments on commit 368b351

Please # to comment.