summaryrefslogtreecommitdiff
path: root/www/WebMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-05-19 23:26:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-05-19 23:26:46 +0000
commit62895b5763dea7047d041589fd59994b53176523 (patch)
tree0059ecc54060720112469fd521b38730495e77b5 /www/WebMagick
parentAdd WebMagick (diff)
Remove ImageMagick from RUN_DEPENDS, p5-PerlMagick now handle it
Notes
Notes: svn path=/head/; revision=11071
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index fe136a3d5c9f..2fad513c91ea 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -4,7 +4,7 @@
# Date created: 20 May 1998
# Whom: ache
#
-# $Id: Makefile,v 1.18 1998/05/14 08:23:24 vanilla Exp $
+# $Id: Makefile,v 1.1.1.1 1998/05/19 23:09:46 ache Exp $
#
DISTNAME= WebMagick-1.44
@@ -21,8 +21,7 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_htimage="" \
webmagick_cv_maptype=ncsa
-RUN_DEPENDS= ${PREFIX}/lib/libMagick.a:${PORTSDIR}/graphics/ImageMagick \
- ${PREFIX}/lib/perl5/site_perl/i386-freebsd/auto/Image/Magick/Magick.so:${PORTSDIR}/graphics/p5-PerlMagick
+RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/i386-freebsd/auto/Image/Magick/Magick.so:${PORTSDIR}/graphics/p5-PerlMagick
post-install:
cd ${WRKSRC}; \