Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups-filters cups-filters: Add dejavu-ttf as dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc9a840008f1
branches:  trunk
changeset: 430866:dc9a840008f1
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue May 05 10:13:14 2020 +0000

description:
cups-filters: Add dejavu-ttf as dependency

dejavu-ttf is always checked for existence since 1.27.3.

Problem noticed and discussed with <prlw1>, thanks!

diffstat:

 print/cups-filters/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r f3623122084e -r dc9a840008f1 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Tue May 05 10:06:19 2020 +0000
+++ b/print/cups-filters/Makefile       Tue May 05 10:13:14 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.136 2020/05/02 12:04:44 leot Exp $
+# $NetBSD: Makefile,v 1.137 2020/05/05 10:13:14 leot Exp $
 
 DISTNAME=      cups-filters-1.27.4
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
@@ -11,8 +12,8 @@
 LICENSE=       gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit
 
 TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+DEPENDS+=      dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
 DEPENDS+=      poppler-utils-[0-9]*:../../print/poppler-utils
-TEST_DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
 
 USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index