svn commit: r370955 - head/graphics/ImageMagick
Koop Mast
kwm at FreeBSD.org
Wed Oct 15 20:52:45 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list