diff options
author | bouyer <bouyer@pkgsrc.org> | 2015-01-06 14:56:04 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2015-01-06 14:56:04 +0000 |
commit | f4a9e1aa496a4dc2055a838355af5ffafbbc6f2f (patch) | |
tree | 0ff4d3d63cd003ae3e90d40dde5b3cd87af5203b /print | |
parent | e393cbfe412d510a612c32b49b7db5b3ff33644d (diff) | |
download | pkgsrc-f4a9e1aa496a4dc2055a838355af5ffafbbc6f2f.tar.gz |
Make this depend on print/poppler-utils for the pdftops filter;
if configure finds a pdftops binary it will use its full path,
otherwise it defaults to /usr/bin/pdftops which doesn't exists
Bump PKGREVISION
Diffstat (limited to 'print')
-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 81f69c925e4..1661d1ccf28 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2014/11/20 16:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/01/06 14:56:04 bouyer Exp $ DISTNAME= cups-filters-1.0.61 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz @@ -17,6 +17,7 @@ USE_TOOLS+= bash:run pkg-config USE_LANGUAGES= c c++ CONFLICTS+= cups<1.6 +DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils PKGCONFIG_OVERRIDE+= libcupsfilters.pc.in PKGCONFIG_OVERRIDE+= libfontembed.pc.in |