Date: Tue, 24 Jun 2014 11:06:07 +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: r359068 - head/graphics/libdmtx Message-ID: <201406241106.s5OB67IZ053501@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Tue Jun 24 11:06:06 2014 New Revision: 359068 URL: http://svnweb.freebsd.org/changeset/ports/359068 QAT: https://qat.redports.org/buildarchive/r359068/ Log: Chase ImageMagick library renaming: correct build dependency Submitted by: Yuri <yuri@rawbw.com> Modified: head/graphics/libdmtx/Makefile Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Tue Jun 24 10:20:00 2014 (r359067) +++ head/graphics/libdmtx/Makefile Tue Jun 24 11:06:06 2014 (r359068) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Library for reading and writing Data Matrix barcodes -LIB_DEPENDS= libMagickWand.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q*.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?201406241106.s5OB67IZ053501>