Date: Fri, 21 Nov 2014 06:49:30 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372976 - head/graphics/libdmtx Message-ID: <201411210649.sAL6nU22057254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Fri Nov 21 06:49:29 2014 New Revision: 372976 URL: https://svnweb.freebsd.org/changeset/ports/372976 QAT: https://qat.redports.org/buildarchive/r372976/ Log: Fix libdmtx build by relexing library name check Submitted by: Mikhail T. <mi@aldan.algebra.com> Modified: head/graphics/libdmtx/Makefile Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Fri Nov 21 02:39:09 2014 (r372975) +++ head/graphics/libdmtx/Makefile Fri Nov 21 06:49:29 2014 (r372976) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411210649.sAL6nU22057254>