pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   rjs
Date:           Tue Jun 25 18:17:22 UTC 2019

Modified Files:
        pkgsrc/graphics/gimp: Makefile

Log Message:
Make required babl version match configure script.


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 pkgsrc/graphics/gimp/Makefile

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

Modified files:

Index: pkgsrc/graphics/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.308 pkgsrc/graphics/gimp/Makefile:1.309
--- pkgsrc/graphics/gimp/Makefile:1.308 Tue Jun 18 14:29:20 2019
+++ pkgsrc/graphics/gimp/Makefile       Tue Jun 25 18:17:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.308 2019/06/18 14:29:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.309 2019/06/25 18:17:22 rjs Exp $
 
 DISTNAME=      gimp-2.10.12
 CATEGORIES=    graphics
@@ -61,7 +61,7 @@ BUILDLINK_API_DEPENDS.freetype2+=     freety
 BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.12.4
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.babl+=           babl>=0.1.50
+BUILDLINK_API_DEPENDS.babl+=           babl>=0.1.66
 .include "../../graphics/babl/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gegl+=           gegl>=0.4.2
 .include "../../graphics/gegl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index