View | Details | Raw Unified | Return to bug 218175 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-2 / +3 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cups-filters
3
PORTNAME=	cups-filters
4
PORTVERSION=	1.13.4
4
PORTVERSION=	1.13.4
5
PORTREVISION?=	1
5
CATEGORIES=	print
6
CATEGORIES=	print
6
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
7
MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
7
8
Lines 93-104 Link Here
93
94
94
HYBRID_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
95
HYBRID_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
95
HYBRID_RUN_DEPENDS=		pdftops:graphics/poppler-utils
96
HYBRID_RUN_DEPENDS=		pdftops:graphics/poppler-utils
96
HYBRID_CONFIGURE_ON=		--with-pdftops=hybrid
97
HYBRID_CONFIGURE_ON=		--with-pdftops=hybrid --with-pdftops-path=${LOCALBASE}/bin/pdftops
97
HYBRID_DESC=			Ghostscript or Poppler depending on printer
98
HYBRID_DESC=			Ghostscript or Poppler depending on printer
98
99
99
PDFTOPS_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
100
PDFTOPS_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
100
PDFTOPS_RUN_DEPENDS=		pdftops:graphics/poppler-utils
101
PDFTOPS_RUN_DEPENDS=		pdftops:graphics/poppler-utils
101
PDFTOPS_CONFIGURE_ON=		--with-pdftops=pdftops
102
PDFTOPS_CONFIGURE_ON=		--with-pdftops=pdftops --with-pdftops-path=${LOCALBASE}/bin/pdftops
102
PDFTOPS_DESC=			Poppler pdftops(1)
103
PDFTOPS_DESC=			Poppler pdftops(1)
103
104
104
PDFTOPS_RENDERER_DESC=		Default PDF-to-PostScript renderer
105
PDFTOPS_RENDERER_DESC=		Default PDF-to-PostScript renderer

Return to bug 218175