diff options
author | nia <nia@pkgsrc.org> | 2021-05-02 11:06:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-02 11:06:12 +0000 |
commit | 74da10948afd2af555b0fd521263e7e01c1b2ec1 (patch) | |
tree | d5295d8b9d59aa8afe901dd33796555c45525c7e /print/cups-filters | |
parent | 9fe096593275aedf407ed4d21fe19a5ebf309f03 (diff) | |
download | pkgsrc-74da10948afd2af555b0fd521263e7e01c1b2ec1.tar.gz |
*: Use the tools framework for gdbus-codegen
Diffstat (limited to 'print/cups-filters')
-rw-r--r-- | print/cups-filters/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 10df4b66b73..c54383dd6f4 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2021/04/21 13:24:14 adam Exp $ +# $NetBSD: Makefile,v 1.153 2021/05/02 11:06:14 nia Exp $ DISTNAME= cups-filters-1.28.8 PKGREVISION= 1 @@ -11,13 +11,12 @@ HOMEPAGE= https://www.linuxfoundation.org/collaborate/workgroups/openprinting/cu 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 USE_LANGUAGES= c c++11 USE_LIBTOOL= yes -USE_TOOLS+= bash:run pkg-config gmake +USE_TOOLS+= bash:run pkg-config gmake gdbus-codegen GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --disable-braille |