diff options
author | josef <josef@FreeBSD.org> | 2004-12-05 23:47:19 +0800 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-12-05 23:47:19 +0800 |
commit | 6a789ce196a4f2ba3c02973c9660e59e76e5722c (patch) | |
tree | a31aad96a652e587b8b97b01b29a7f5508732cf8 /www | |
parent | 51dca7d8d9e060b1bd274a506112bb714683ca3d (diff) | |
download | freebsd-ports-gnome-6a789ce196a4f2ba3c02973c9660e59e76e5722c.tar.gz freebsd-ports-gnome-6a789ce196a4f2ba3c02973c9660e59e76e5722c.tar.zst freebsd-ports-gnome-6a789ce196a4f2ba3c02973c9660e59e76e5722c.zip |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
Diffstat (limited to 'www')
-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 6f98bed5f027..fa73e2c008e5 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p3 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-2.03pre3 MAINTAINER= ache@freebsd.org COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails -LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick USE_PERL5= yes GNU_CONFIGURE= yes |