diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-01 10:39:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-01 10:39:42 +0000 |
commit | 8381359cfc382a857c2b43a91f0bd787c4b5bc07 (patch) | |
tree | f05f6264c46f6c280c85afcf3279a9c63c790c11 /www/WebMagick | |
parent | Use PLIST_SUB to avoid having to change 1,200 lines in the PLIST file (diff) |
add LIB_DEPENDS of ImageMagick
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 8b6e7ccb4e6f..363a1cc0ade0 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -4,13 +4,15 @@ # Date created: 20 May 1998 # Whom: ache # -# $Id: Makefile,v 1.4 1998/08/12 20:28:49 ache Exp $ +# $Id: Makefile,v 1.5 1998/09/01 06:22:49 asami Exp $ # DISTNAME= WebMagick-1.44 CATEGORIES= www MASTER_SITES= http://www.cyberramp.net/~bfriesen/webmagick/dist/ +LIB_DEPENDS= Magick\\.:${PORTSDIR}/graphics/ImageMagick + MAINTAINER= ache@freebsd.org USE_PERL5= YES |