diff options
author | riastradh <riastradh@pkgsrc.org> | 2019-07-09 15:46:10 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2019-07-09 15:46:10 +0000 |
commit | c004390ab40ad38720612b0e299c396b00cacc29 (patch) | |
tree | b8b4ca57d88557486a14faf5aa2dd75f93439064 /fonts | |
parent | d096c541dfe9f0cda050414762755b9754448f7f (diff) | |
download | pkgsrc-c004390ab40ad38720612b0e299c396b00cacc29.tar.gz |
TOOL_DEPENDS, not BUILD_DEPENDS, for a tool we run at build-time.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 98ee192149a..70cbc0eabf3 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -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 @@ COMMENT= Library for configuring and customizing font access #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 |