diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-11 20:02:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-11 20:02:28 +0000 |
commit | b12139009b679b44bce82023f92726a9d35482af (patch) | |
tree | f0fbc6ae704569faa128d06b45fe7e82659fcdb0 /www | |
parent | Enable warning message with compat22 libs for package users. (diff) |
libMagick.so is now at 5, not 4.
Forgotten by: ache
Notes
Notes:
svn path=/head/; revision=26764
Diffstat (limited to 'www')
-rw-r--r-- | www/WebMagick/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 5766d2fc0f05..b961eaf685d1 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -11,7 +11,7 @@ DISTNAME= WebMagick-1.46 CATEGORIES= www graphics MASTER_SITES= ftp://ftp.simplesystems.org/pub/WebMagick/ -LIB_DEPENDS= Magick.4:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick MAINTAINER= ache@freebsd.org |