diff options
author | asami <asami@FreeBSD.org> | 1998-09-22 23:33:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-22 23:33:08 +0000 |
commit | 176a7053687aaa45e54043bdb22f15836b6e5792 (patch) | |
tree | 529b7e548204e417e24d7f035bf3d78b6fb5aa4c /www/WebMagick/Makefile | |
parent | 324c71151d963527e0bbab50db9c228ebb79c0fe (diff) | |
download | FreeBSD-ports-176a7053687aaa45e54043bdb22f15836b6e5792.zip FreeBSD-ports-176a7053687aaa45e54043bdb22f15836b6e5792.tar.gz |
ImageMagick is now converted to ELF.
Diffstat (limited to 'www/WebMagick/Makefile')
-rw-r--r-- | www/WebMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 7f7a252..9a992a5 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -4,14 +4,14 @@ # Date created: 20 May 1998 # Whom: ache # -# $Id: Makefile,v 1.6 1998/09/01 10:39:42 ache Exp $ +# $Id: Makefile,v 1.7 1998/09/15 21:31:54 asami Exp $ # DISTNAME= WebMagick-1.44 CATEGORIES= www MASTER_SITES= http://www.cyberramp.net/~bfriesen/webmagick/dist/ -LIB_DEPENDS= Magick\\.:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.4:${PORTSDIR}/graphics/ImageMagick MAINTAINER= ache@freebsd.org |