diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-10 17:24:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-10 17:24:37 +0000 |
commit | f76f0f83b7233707e9febaf9ec14a32b76e477fe (patch) | |
tree | 13f2c9f346a34a21286690a4705818c36b0c0f0f | |
parent | 7190fe18838e40b6112dbc38e8e55c0a4c2f3a18 (diff) | |
download | ports-f76f0f83b7233707e9febaf9ec14a32b76e477fe.tar.gz ports-f76f0f83b7233707e9febaf9ec14a32b76e477fe.zip |
Notes
-rw-r--r-- | graphics/cimg/Makefile | 4 | ||||
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 928de4baed9e..a45440b30ecd 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -7,7 +7,7 @@ PORTNAME= cimg PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -33,7 +33,7 @@ NOBUILD= yes .endif .if !defined(WITHOUT_IM) -RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.7:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= ${LOCALBASE}/lib/libMagick.so.8:${PORTSDIR}/graphics/ImageMagick .endif .if !defined(WITHOUT_LAPACK) LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 3016f2f2e58a..ba8e8aab43f3 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,7 +36,7 @@ WITH_FRIBIDI= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagick.so.7) +.if exists(${LOCALBASE}/lib/libMagick.so.8) WITH_IMAGEMAGICK= yes .endif |