summaryrefslogtreecommitdiff
path: root/graphics/cimg
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-10 17:24:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-10 17:24:37 +0000
commitf76f0f83b7233707e9febaf9ec14a32b76e477fe (patch)
tree13f2c9f346a34a21286690a4705818c36b0c0f0f /graphics/cimg
parent- Fix packing list. (diff)
Chase ImageMagick shlib version.
Notes
Notes: svn path=/head/; revision=130823
Diffstat (limited to 'graphics/cimg')
-rw-r--r--graphics/cimg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index 928de4baed9e..a45440b30ecd 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cimg
PORTVERSION= 1.0.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -33,7 +33,7 @@ NOBUILD= yes
.endif
.if !defined(WITHOUT_IM)
-RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.7:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.8:${PORTSDIR}/graphics/ImageMagick
.endif
.if !defined(WITHOUT_LAPACK)
LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas