diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
commit | c6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch) | |
tree | 284ed8b074db6ebbd762b69cc947e22f549200e2 /multimedia/dvdauthor | |
parent | 24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff) | |
download | ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.tar.gz ports-c6f9220716c5a6bace1f22f3339ef274a00c1e4d.zip |
Notes
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 8382471db256..581193785c04 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.11 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,7 +36,7 @@ WITH_FRIBIDI= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagick.so.9) +.if exists(${LOCALBASE}/lib/libMagick.so.10) WITH_IMAGEMAGICK= yes .endif @@ -50,7 +51,7 @@ USE_ICONV= yes CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif |