diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-06-17 20:05:30 +0000 |
commit | cf906e5cf2da0bff3ceb35031773701fdd7f1f4b (patch) | |
tree | 19fdf9903e246669ee26860af412ddc0a2626107 /multimedia/dvdauthor | |
parent | fb4bc685a5a2fef540aa25f4d57c12b6a38e1135 (diff) |
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 16a92d46f256..18b999ec402c 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -3,7 +3,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= SF @@ -45,7 +45,7 @@ PAL_DESC= Default video format PAL SUB_FILES= README.FreeBSD -IMAGEMAGICK_LIB_DEPENDS= libMagick++.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick .include <bsd.port.options.mk> |