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

Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 93-104 Link Here
93
93
94
HYBRID_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
94
HYBRID_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
95
HYBRID_RUN_DEPENDS=		pdftops:graphics/poppler-utils
95
HYBRID_RUN_DEPENDS=		pdftops:graphics/poppler-utils
96
HYBRID_CONFIGURE_ON=		--with-pdftops=hybrid
96
HYBRID_CONFIGURE_ON=		--with-pdftops=hybrid --with-pdftops-path=${LOCALBASE}/bin/pdftops
97
HYBRID_DESC=			Ghostscript or Poppler depending on printer
97
HYBRID_DESC=			Ghostscript or Poppler depending on printer
98
98
99
PDFTOPS_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
99
PDFTOPS_BUILD_DEPENDS=		pdftops:graphics/poppler-utils
100
PDFTOPS_RUN_DEPENDS=		pdftops:graphics/poppler-utils
100
PDFTOPS_RUN_DEPENDS=		pdftops:graphics/poppler-utils
101
PDFTOPS_CONFIGURE_ON=		--with-pdftops=pdftops
101
PDFTOPS_CONFIGURE_ON=		--with-pdftops=pdftops --with-pdftops-path=${LOCALBASE}/bin/pdftops
102
PDFTOPS_DESC=			Poppler pdftops(1)
102
PDFTOPS_DESC=			Poppler pdftops(1)
103
103
104
PDFTOPS_RENDERER_DESC=		Default PDF-to-PostScript renderer
104
PDFTOPS_RENDERER_DESC=		Default PDF-to-PostScript renderer

Return to bug 218175