diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-04-07 12:13:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-04-07 12:13:44 +0000 |
commit | 14ac2d9514bf23bb0a46685adbe1d466862975a8 (patch) | |
tree | b757f7a9b106bb5365a66f6ac4fdb2575b790d5e /print/foo2zjs | |
parent | Update to latest release (diff) |
Depend on cups-filters instead of foomatic-filters to provide foomatic-rip.
Foomatic-filters is no longer developed.
PR: 208551
Submitted by: pyo@mail.ru
Notes
Notes:
svn path=/head/; revision=412661
Diffstat (limited to 'print/foo2zjs')
-rw-r--r-- | print/foo2zjs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 61a704b38be1..fdb88d8d8494 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -3,7 +3,7 @@ PORTNAME= foo2zjs PORTVERSION= 20150511 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= GOOGLE_CODE \ LOCAL/bsam/${PORTNAME} \ @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcups.so:print/cups RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:print/foomatic-db \ - foomatic-rip:print/foomatic-filters \ + foomatic-rip:print/cups-filters \ gsed:textproc/gsed PROJECTHOST= bsdistfiles |