aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2021-02-11 17:16:28 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2021-02-11 17:16:28 +0000
commit29d82d41f847dc8a45d612805ea837645cb9457e (patch)
tree521309313e2ea16fa375c42f20b0660881d488f2 /print
parent30d5076d8ab38a4367702dfb9f58d571907d0770 (diff)
downloadports-29d82d41f847dc8a45d612805ea837645cb9457e.tar.gz
ports-29d82d41f847dc8a45d612805ea837645cb9457e.zip
Introduce ImageMagick default version and use it in print/cups-filters.
The different versions of ImageMagick in the ports tree all conflict with each other and some ports can depend on either of them so it's a perfect candidate for the default-versions framework. PR: 252335 Submitted by: VVD <vvd@unislabs.com>
Notes
Notes: svn path=/head/; revision=564968
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 407fdec2ad21..32683be13dbe 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -61,7 +61,7 @@ BRAILLE_DESC= Braille embosser support
BRAILLE_BUILD_DEPENDS= bash:shells/bash
BRAILLE_LIB_DEPENDS= liblouis.so:devel/liblouis \
# liblouisutdml.so:devel/liblouisutdml
-BRAILLE_RUN_DEPENDS= convert:graphics/ImageMagick6 \
+BRAILLE_RUN_DEPENDS= convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} \
pdftotext:graphics/poppler-utils \
bash:shells/bash