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: riastradh
Date: Tue Jul 9 15:46:10 UTC 2019
Modified Files:
pkgsrc/fonts/fontconfig: Makefile
Log Message:
TOOL_DEPENDS, not BUILD_DEPENDS, for a tool we run at build-time.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 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.115 pkgsrc/fonts/fontconfig/Makefile:1.116
--- pkgsrc/fonts/fontconfig/Makefile:1.115 Mon Sep 17 06:56:22 2018
+++ pkgsrc/fonts/fontconfig/Makefile Tue Jul 9 15:46:10 2019
@@ -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 cus
#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