diff options
author | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-05 15:26:25 +0000 |
---|---|---|
committer | Josef El-Rayes <josef@FreeBSD.org> | 2004-12-05 15:26:25 +0000 |
commit | aecd0f552c8a14bbb405712262a6ba3861b5a10f (patch) | |
tree | 8c73d640b447c2f736ddb771af7d11ded4a91bcc /multimedia/dvdauthor | |
parent | ecf8d46c71779ad45e0591a9fc5659a72029aecd (diff) |
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 d5c5870e258a..1123d5d5b299 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.10 +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.6) +.if exists(${LOCALBASE}/lib/libMagick.so.7) WITH_IMAGEMAGICK= yes .endif @@ -49,7 +50,7 @@ LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi USE_ICONV= yes .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif |