aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dvdauthor/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-03-07 06:16:54 +0800
committerpav <pav@FreeBSD.org>2005-03-07 06:16:54 +0800
commitbee2b17850e93413c601bfd2be599eb86f48680e (patch)
tree15431b85abc4708390316fb5176f7dd5d2149dd0 /multimedia/dvdauthor/Makefile
parent419c7b6fb419f3824087ff289601c6ef4e24f2ff (diff)
downloadfreebsd-ports-gnome-bee2b17850e93413c601bfd2be599eb86f48680e.tar.gz
freebsd-ports-gnome-bee2b17850e93413c601bfd2be599eb86f48680e.tar.zst
freebsd-ports-gnome-bee2b17850e93413c601bfd2be599eb86f48680e.zip
- Chase ImageMagick shlib bump
PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-rw-r--r--multimedia/dvdauthor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 67d40274f79e..3016f2f2e58a 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dvdauthor
PORTVERSION= 0.6.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -50,7 +50,7 @@ LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
USE_ICONV= yes
.endif
.if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick
.else
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
.endif