diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 22:16:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-03-06 22:16:54 +0000 |
commit | e8e8d1ed233079a29267a3e400cb7421861da7d8 (patch) | |
tree | 88667e0cd9eb3f3b8ae110c9ab45b0df498a20d9 /multimedia/dvdauthor | |
parent | 3371bb19dbfb5adda493d4970d15b8ab5d9b8072 (diff) | |
download | ports-e8e8d1ed233079a29267a3e400cb7421861da7d8.tar.gz ports-e8e8d1ed233079a29267a3e400cb7421861da7d8.zip |
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 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 |