diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-18 09:26:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-18 09:26:09 +0000 |
commit | 379607eb2f7e2dfcd562eb97da2f3f8c7a767535 (patch) | |
tree | e43f406f820b5cac99b4b26eba17f44ef355542c /print/cups-pdf | |
parent | 23074b1daaf8facda7572d415c04190ae710d629 (diff) | |
download | pkgsrc-379607eb2f7e2dfcd562eb97da2f3f8c7a767535.tar.gz |
Switch all cups packages to use cups15.
Diffstat (limited to 'print/cups-pdf')
-rw-r--r-- | print/cups-pdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index 80aef0d6348..fb8d0b05b48 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/06/18 09:26:10 wiz Exp $ COMMENT= PDF backend for CUPS @@ -11,7 +11,7 @@ MASTER_SITES= ${HOMEPAGE}src/ DISTFILES= ${DISTNAME:S/pdf-/pdf_/}.tar.gz LICENSE= gnu-gpl-v2 -DEPENDS+= cups-[0-9]*:../../print/cups +DEPENDS+= cups-[0-9]*:../../print/cups15 USE_TOOLS+= perl:run REPLACE_PERL+= contrib/cups-pdf-dispatch-0.1/cups-pdf-dispatch |