pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freeimage



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Dec 13 13:31:11 UTC 2022

Modified Files:
        pkgsrc/graphics/freeimage: Makefile.common

Log Message:
freeimage: Fix BUILDLINK_API_DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/freeimage/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/freeimage/Makefile.common
diff -u pkgsrc/graphics/freeimage/Makefile.common:1.3 pkgsrc/graphics/freeimage/Makefile.common:1.4
--- pkgsrc/graphics/freeimage/Makefile.common:1.3       Tue May 31 11:49:09 2022
+++ pkgsrc/graphics/freeimage/Makefile.common   Tue Dec 13 13:31:11 2022
@@ -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 @@ NOT_FOR_PLATFORM=     Darwin-*-*
 .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