aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-11-10 19:57:07 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-11-10 19:57:07 +0000
commit289883b11b6d306dfca0bb78c7784880c0944289 (patch)
tree0b5ef334a151c39e9372903664b7ca648b9009bb /net/freeswitch
parent31914187382ef900631687fa9bf956c935ed6147 (diff)
downloadports-289883b11b6d306dfca0bb78c7784880c0944289.tar.gz
ports-289883b11b6d306dfca0bb78c7784880c0944289.zip
Notes
Diffstat (limited to 'net/freeswitch')
-rw-r--r--net/freeswitch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index f396edc94282..55b64b7a2b6d 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -103,9 +103,9 @@ ALL_MODULES_USE= XORG=x11 OPENLDAP=yes
.if ${PORT_OPTIONS:MALL_MODULES}
.if ${PORT_OPTIONS:MX11}
-LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick
+LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick6
.else
-LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick-nox11
+LIB_DEPENDS+= libMagickWand-6.so:graphics/ImageMagick6-nox11
.endif
.endif