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:   joerg
Date:           Sat Mar 24 17:33:04 UTC 2018

Modified Files:
        pkgsrc/fonts/fontconfig: Makefile

Log Message:
Since fontconfig wants to build message catalogs now, depend on msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 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.109 pkgsrc/fonts/fontconfig/Makefile:1.110
--- pkgsrc/fonts/fontconfig/Makefile:1.109      Sat Mar 24 15:44:54 2018
+++ pkgsrc/fonts/fontconfig/Makefile    Sat Mar 24 17:33:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2018/03/24 15:44:54 fhajny Exp $
+# $NetBSD: Makefile,v 1.110 2018/03/24 17:33:04 joerg Exp $
 
 DISTNAME=      fontconfig-2.13.0
 PKGREVISION=   1
@@ -15,7 +15,7 @@ COMMENT=      Library for configuring and cus
 BUILD_DEPENDS+=        gperf-[0-9]*:../../devel/gperf
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake pkg-config msgfmt
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-default-fonts=${LOCALBASE}/share/fonts/X11
 CONFIGURE_ARGS+=       --with-expat-includes=${BUILDLINK_PREFIX.expat}/include



Home | Main Index | Thread Index | Old Index