summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2014-09-12 13:25:16 +0000
committerKris Moore <kmoore@FreeBSD.org>2014-09-12 13:25:16 +0000
commit1843988a30677d5a023132023c063c0b8f0ed7ea (patch)
tree8c79dd8d56dfe34821f83d3f97a52a10b4d399df /print
parentUpdate to the 20140911 snapshot of GCC 4.8.4. (diff)
- cups-filters requires pdftops during build / runtime to
support Brother, Minolta, and Konica Minolta and possible others. - Bump PORTREV Approved by: Maintainer
Notes
Notes: svn path=/head/; revision=368025
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index d45f7f83b835..0bb8a24f9c94 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -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 \