Skip to content

Commit

Permalink
graphics/ImageMagick: Fix buildlink3.mk after heif was made optional
Browse files Browse the repository at this point in the history
After heif support was made optional, buildlink3.mk was not adjusted.
This commit fixes it.
  • Loading branch information
otis committed Sep 3, 2020
1 parent 04bd638 commit fff3b6b
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.81 2020/08/17 20:17:26 leot Exp $
# $NetBSD: buildlink3.mk,v 1.82 2020/09/03 21:03:04 otis Exp $

BUILDLINK_TREE+= ImageMagick

Expand All @@ -12,6 +12,9 @@ BUILDLINK_PKGSRCDIR.ImageMagick?= ../../graphics/ImageMagick
pkgbase := ImageMagick
.include "../../mk/pkg-build-options.mk"

.if ${PKG_BUILD_OPTIONS.ImageMagick:Mheif}
.include "../../graphics/libheif/buildlink3.mk"
.endif
.if ${PKG_BUILD_OPTIONS.ImageMagick:Mdjvu}
.include "../../graphics/djvulibre-lib/buildlink3.mk"
.endif
Expand Down

0 comments on commit fff3b6b

Please sign in to comment.