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 /multimedia/dvdauthor | |
parent | 7190fe18838e40b6112dbc38e8e55c0a4c2f3a18 (diff) | |
download | ports-f76f0f83b7233707e9febaf9ec14a32b76e477fe.tar.gz ports-f76f0f83b7233707e9febaf9ec14a32b76e477fe.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 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 |