pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jul 21 13:36:00 UTC 2019

Modified Files:
        pkgsrc/graphics/gegl: Makefile

Log Message:
Fix build with newer gdk-pixbuf2


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/graphics/gegl/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/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.73 pkgsrc/graphics/gegl/Makefile:1.74
--- pkgsrc/graphics/gegl/Makefile:1.73  Tue Jul 16 15:34:25 2019
+++ pkgsrc/graphics/gegl/Makefile       Sun Jul 21 13:36:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2019/07/16 15:34:25 nia Exp $
+# $NetBSD: Makefile,v 1.74 2019/07/21 13:36:00 ryoon Exp $
 
 DISTNAME=      gegl-0.4.16
 PKGREVISION=   1
@@ -35,6 +35,7 @@ PLIST.v4l=    yes
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} gcut gegl-gcut
 
+.include "../../databases/shared-mime-info/buildlink3.mk"
 BUILDLINK_API_DEPENDS.babl+=   babl>=0.1.52
 .include "../../graphics/babl/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index