svn commit: r359068 - head/graphics/libdmtx

Koop Mast kwm at rainbow-runner.nl
Tue Jun 24 12:29:14 UTC 2014


On 24-6-2014 13:06, Johan van Selst wrote:
> 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 at 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 at 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
>
Woops sorry about that.


More information about the svn-ports-head mailing list