pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  2 04:48:13 UTC 2019

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: needs freetype2 >= 2.8.0, add pattern

Addresses PR 54260 by David H. Gutteridge


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/librsvg/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/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.104 pkgsrc/graphics/librsvg/Makefile:1.105
--- pkgsrc/graphics/librsvg/Makefile:1.104      Wed May 29 12:38:23 2019
+++ pkgsrc/graphics/librsvg/Makefile    Sun Jun  2 04:48:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2019/05/29 12:38:23 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2019/06/02 04:48:13 wiz Exp $
 
 DISTNAME=      librsvg-2.44.14
 CATEGORIES=    graphics gnome
@@ -178,6 +178,7 @@ BUILDLINK_API_DEPENDS.cairo+=       cairo>=1.2
 .include "../../graphics/cairo/buildlink3.mk"
 BUILDLINK_DEPMETHOD.cairo-gobject+=    build
 .include "../../graphics/cairo-gobject/buildlink3.mk"
+BUILDLINK_ABI_DEPENDS.freetype2+=      freetype2>=2.8.0
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/loaders.mk"
 BUILDLINK_API_DEPENDS.libcroco+=       libcroco>=0.6.1



Home | Main Index | Thread Index | Old Index