diff options
author | leot <leot@pkgsrc.org> | 2020-05-05 10:13:14 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-05-05 10:13:14 +0000 |
commit | d4f3c681957e1266867af412243699c7355ecd59 (patch) | |
tree | 9d8305e800b82cef57eea2e3d5105df0b552b62b /print/cups-filters | |
parent | c53adf58ab853d541a2cf3546c4f7e120653328c (diff) | |
download | pkgsrc-d4f3c681957e1266867af412243699c7355ecd59.tar.gz |
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 (limited to 'print/cups-filters')
-rw-r--r-- | print/cups-filters/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 6a83e538dde..6769fbda98e 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -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 software for cups 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 |