diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-02 21:13:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-02 21:13:35 +0000 |
commit | 932aa7a694069df7f10539a0cbcbfd5523be912d (patch) | |
tree | b14f928277f39a4e57c300a3a36d87b77606a83e /print/cups-pdf | |
parent | dc0dc103e8e6dc55b9be33e92fa576284bba9c5a (diff) | |
download | pkgsrc-932aa7a694069df7f10539a0cbcbfd5523be912d.tar.gz |
Fix broken DEPENDS line.
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 03e6683afa8..13236bed4a0 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/11/01 13:50:04 roy Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/02 21:13:35 dholland Exp $ COMMENT= PDF backend for CUPS @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME:S/pdf-/pdf_/}.tar.gz LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= cups:../../print/cups +DEPENDS+= cups-[0-9]*:../../print/cups REPLACE_PERL+= contrib/cups-pdf-dispatch-0.1/cups-pdf-dispatch |