aboutsummaryrefslogtreecommitdiff
path: root/graphics/libdmtx
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-11-21 06:49:29 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-11-21 06:49:29 +0000
commitf6f35eec4e7ca246eaaa2fc228be952e3a6294cf (patch)
tree98c454e7c62c0cb3be5de8fb5ff23c6a7a635b39 /graphics/libdmtx
parent111c288cea5eb553bcb5f06d1ec9ce4de246ff03 (diff)
downloadports-f6f35eec4e7ca246eaaa2fc228be952e3a6294cf.tar.gz
ports-f6f35eec4e7ca246eaaa2fc228be952e3a6294cf.zip
Fix libdmtx build by relexing library name check
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=372976
Diffstat (limited to 'graphics/libdmtx')
-rw-r--r--graphics/libdmtx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile
index 18cc0996d80f..0abac9b1e8a0 100644
--- a/graphics/libdmtx/Makefile
+++ b/graphics/libdmtx/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= johans@FreeBSD.org
COMMENT= Library for reading and writing Data Matrix barcodes
-LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= libMagickWand-*.so:${PORTSDIR}/graphics/ImageMagick
USES= tar:bzip2 libtool
GNU_CONFIGURE= yes