diff options
Diffstat (limited to 'multimedia/dvdauthor/Makefile')
-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 ac17536804cb..8382471db256 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -35,7 +35,7 @@ WITH_FRIBIDI= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagick.so.8) +.if exists(${LOCALBASE}/lib/libMagick.so.9) WITH_IMAGEMAGICK= yes .endif @@ -50,7 +50,7 @@ USE_ICONV= yes CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.9:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif |