pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/freeimage freeimage: Fix BUILDLINK_API_DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/665317069062
branches:  trunk
changeset: 389969:665317069062
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Dec 13 13:31:11 2022 +0000

description:
freeimage: Fix BUILDLINK_API_DEPENDS.

diffstat:

 graphics/freeimage/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 1eca32930231 -r 665317069062 graphics/freeimage/Makefile.common
--- a/graphics/freeimage/Makefile.common        Tue Dec 13 13:23:21 2022 +0000
+++ b/graphics/freeimage/Makefile.common        Tue Dec 13 13:31:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2022/05/31 11:49:09 gdt Exp $
+# $NetBSD: Makefile.common,v 1.4 2022/12/13 13:31:11 jperkin Exp $
 # used by graphics/freeimage/Makefile
 # used by graphics/freeimageplus/Makefile
 
@@ -51,6 +51,6 @@
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-BUILDLINK_API_DEPENDS+=                tiff>=4.4.0
+BUILDLINK_API_DEPENDS.tiff+=   tiff>=4.4.0
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index