pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/fontconfig



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Mar 13 21:45:20 UTC 2018

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Add required newer freetype2 to fix X11_TYPE=native build partially


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/fonts/fontconfig/Makefile

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

Modified files:

Index: pkgsrc/fonts/fontconfig/Makefile
diff -u pkgsrc/fonts/fontconfig/Makefile:1.107 pkgsrc/fonts/fontconfig/Makefile:1.108
--- pkgsrc/fonts/fontconfig/Makefile:1.107      Mon Mar 12 19:13:53 2018
+++ pkgsrc/fonts/fontconfig/Makefile    Tue Mar 13 21:45:20 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2018/03/12 19:13:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.108 2018/03/13 21:45:20 ryoon Exp $
 
 DISTNAME=      fontconfig-2.13.0
 CATEGORIES=    fonts
@@ -100,6 +100,7 @@ post-install:
 .include "../../devel/libuuid/buildlink3.mk"
 .endif
 .include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.8.1
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index