Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 20:52:45 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370955 - head/graphics/ImageMagick
Message-ID:  <201410152052.s9FKqjNA058138@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Oct 15 20:52:44 2014
New Revision: 370955
URL: https://svnweb.freebsd.org/changeset/ports/370955
QAT: https://qat.redports.org/buildarchive/r370955/

Log:
  Add missing depend on liblqr-1.
  
  Submitted by:	Daniel Reichelt <reicheltmail@googlemail.com>

Modified:
  head/graphics/ImageMagick/Makefile

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Wed Oct 15 20:49:22 2014	(r370954)
+++ head/graphics/ImageMagick/Makefile	Wed Oct 15 20:52:44 2014	(r370955)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ImageMagick
 DISTVERSION=	6.8.9-8
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
@@ -34,7 +34,8 @@ COMMENT=	Image processing tools
 
 #LICENSE=	APACHE20
 
-LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl
+LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl \
+		liblqr-1.so:${PORTSDIR}/graphics/liblqr-1
 
 # This port uses .la files, keep libtool:keepla! (magick/module.c)
 USES=		gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410152052.s9FKqjNA058138>