Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Sep 2014 13:25:17 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368025 - head/print/cups-filters
Message-ID:  <201409121325.s8CDPHvW041175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Fri Sep 12 13:25:16 2014
New Revision: 368025
URL: http://svnweb.freebsd.org/changeset/ports/368025
QAT: https://qat.redports.org/buildarchive/r368025/

Log:
  - cups-filters requires pdftops during build / runtime to
    support Brother, Minolta, and Konica Minolta and possible others.
  - Bump PORTREV
  
  Approved by: Maintainer

Modified:
  head/print/cups-filters/Makefile

Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile	Fri Sep 12 13:20:10 2014	(r368024)
+++ head/print/cups-filters/Makefile	Fri Sep 12 13:25:16 2014	(r368025)
@@ -2,13 +2,15 @@
 
 PORTNAME=	cups-filters
 PORTVERSION=	1.0.57
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/cups-filters/
 
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Backends, filters and other software (was part of the core CUPS)
 
+BUILD_DEPENDS=	pdftops:${PORTSDIR}/graphics/poppler-utils
+RUN_DEPENDS=	pdftops:${PORTSDIR}/graphics/poppler-utils
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libpng15.so:${PORTSDIR}/graphics/png \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121325.s8CDPHvW041175>