pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2-xlib



Module Name:    pkgsrc
Committed By:   rjs
Date:           Mon Jul 22 14:03:33 UTC 2019

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2-xlib: Makefile

Log Message:
Use common JPEG buildlink3 framework.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/gdk-pixbuf2-xlib/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/gdk-pixbuf2-xlib/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.22 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.23
--- pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.22      Sun Jul 21 22:24:05 2019
+++ pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile   Mon Jul 22 14:03:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/07/21 22:24:05 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/07/22 14:03:33 rjs Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
@@ -42,7 +42,7 @@ post-install:
 .include "../../devel/py-meson/build.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2



Home | Main Index | Thread Index | Old Index