pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue May  5 10:13:14 UTC 2020

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/print/cups-filters/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.136 pkgsrc/print/cups-filters/Makefile:1.137
--- pkgsrc/print/cups-filters/Makefile:1.136    Sat May  2 12:04:44 2020
+++ pkgsrc/print/cups-filters/Makefile  Tue May  5 10:13:14 2020
@@ -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 @@ COMMENT=      Backends, filters, and other so
 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