pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig Since fontconfig wants to build messa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3fcc672da13
branches:  trunk
changeset: 377955:f3fcc672da13
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 24 17:33:04 2018 +0000

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

diffstat:

 fonts/fontconfig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8282ab196a32 -r f3fcc672da13 fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Sat Mar 24 17:15:44 2018 +0000
+++ b/fonts/fontconfig/Makefile Sat Mar 24 17:33:04 2018 +0000
@@ -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 @@
 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