diff options
author | leot <leot@pkgsrc.org> | 2016-11-01 08:20:17 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-11-01 08:20:17 +0000 |
commit | 92d843f16f1235edcb14f74e93395a7448d46f3a (patch) | |
tree | 80d3b6623e3cc8bb2d3a4562f9f00b8a626961d1 /print | |
parent | 24f889b8d4c02f2ad260973850e8bd3dcf3e32ec (diff) | |
download | pkgsrc-92d843f16f1235edcb14f74e93395a7448d46f3a.tar.gz |
Avoid a possible DEPENDS on print/mupdf
Bump PKGREVISION.
Thanks to <wiz> for pointing out this problem!
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 4 | ||||
-rw-r--r-- | print/cups-filters/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 9ce5a2b1b82..b845fbe93b7 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2016/10/31 09:31:16 leot Exp $ +# $NetBSD: Makefile,v 1.56 2016/11/01 08:20:17 leot Exp $ DISTNAME= cups-filters-1.11.5 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz @@ -37,6 +38,7 @@ CONFIGURE_ARGS+= --with-rcdir=${PREFIX}/share/examples/rc.d CONFIGURE_ARGS+= --with-rclevels="" .endif CONFIGURE_ARGS+= --disable-ldap +CONFIGURE_ARGS+= --disable-mutool CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash} INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST index aefac70981c..c5bc9e55662 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2016/08/24 10:42:31 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2016/11/01 08:20:17 leot Exp $ bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -34,7 +34,6 @@ libexec/cups/filter/imagetoraster libexec/cups/filter/imagetoubrl libexec/cups/filter/imageubrltoindexv3 libexec/cups/filter/imageubrltoindexv4 -libexec/cups/filter/mupdftoraster libexec/cups/filter/pdftoijs libexec/cups/filter/pdftoopvp libexec/cups/filter/pdftopdf @@ -90,7 +89,6 @@ share/cups/drv/indexv4.drv share/cups/mime/braille.convs share/cups/mime/braille.types share/cups/mime/cupsfilters-ghostscript.convs -share/cups/mime/cupsfilters-mupdf.convs share/cups/mime/cupsfilters-poppler.convs share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types |