pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/fontconfig TOOL_DEPENDS, not BUILD_DEPENDS, for ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/03e929f7d40f
branches: trunk
changeset: 398060:03e929f7d40f
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Tue Jul 09 15:46:10 2019 +0000
description:
TOOL_DEPENDS, not BUILD_DEPENDS, for a tool we run at build-time.
diffstat:
fonts/fontconfig/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ab602cf55df3 -r 03e929f7d40f fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Tue Jul 09 15:46:02 2019 +0000
+++ b/fonts/fontconfig/Makefile Tue Jul 09 15:46:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2018/09/17 06:56:22 maya Exp $
+# $NetBSD: Makefile,v 1.116 2019/07/09 15:46:10 riastradh Exp $
DISTNAME= fontconfig-2.13.1
CATEGORIES= fonts
@@ -11,7 +11,7 @@
#LICENSE= x11?
# https://bugs.freedesktop.org/show_bug.cgi?id=101280
-BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config msgfmt
Home |
Main Index |
Thread Index |
Old Index