svn commit: r368025 - head/print/cups-filters

Kris Moore kmoore at FreeBSD.org
Fri Sep 12 13:25:17 UTC 2014


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 at 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 \


More information about the svn-ports-head mailing list