svn commit: r359068 - head/graphics/libdmtx

Johan van Selst johans at FreeBSD.org
Tue Jun 24 11:06:07 UTC 2014


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


More information about the svn-ports-head mailing list