aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cimg
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-05 11:57:35 +0800
committeredwin <edwin@FreeBSD.org>2006-01-05 11:57:35 +0800
commit9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d (patch)
tree596c373cb5b0e1b46054a2fc5000be8e97caa3ca /graphics/cimg
parent2163e4be9b6582fba21140d86d38b25ae68a90d4 (diff)
downloadfreebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.gz
freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.tar.zst
freebsd-ports-gnome-9c1d45261addb4f62dd1cf3bb4d6f01dab0c955d.zip
Chase libversion bumb to libMagick.so.9
PR: ports/91270
Diffstat (limited to 'graphics/cimg')
-rw-r--r--graphics/cimg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index f3f0d2f3cbaa..16189267244e 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cimg
DISTVERSION= 1-11
+PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -35,7 +36,7 @@ NOBUILD= yes
.endif
.if !defined(WITHOUT_IM)
-RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.8:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.9:${PORTSDIR}/graphics/ImageMagick
.endif
.if !defined(WITHOUT_LAPACK)
LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas