diff options
author | kim <kim> | 2004-02-08 21:49:57 +0000 |
---|---|---|
committer | kim <kim> | 2004-02-08 21:49:57 +0000 |
commit | c21dace5c0b1abf83300bf2a9d09fd0b1a3f76f0 (patch) | |
tree | 706d81bdf3bdd615275e238a3b50e7db36b886a7 /www | |
parent | 75b6b463a1cf983bb4d01b4918dc97ef5f30925e (diff) | |
download | pkgsrc-c21dace5c0b1abf83300bf2a9d09fd0b1a3f76f0.tar.gz |
Require p5-Image-Info 1.15 or later to avoid SEGFAULTS from 1.12.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 58af5d074cf..4d3ad58b063 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:55 reed Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/08 21:49:57 kim Exp $ # DISTNAME= Apache-Gallery-0.7 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5aga CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -15,7 +15,7 @@ COMMENT= Perl5/Apache module for handling image directories DEPENDS+= p5-CGI>=2.93:../../www/p5-CGI DEPENDS+= p5-URI>=1.23:../../www/p5-URI DEPENDS+= p5-Image-Imlib2-[0-9]*:../../graphics/p5-Image-Imlib2 -DEPENDS+= p5-Image-Info-[0-9]*:../../graphics/p5-Image-Info +DEPENDS+= p5-Image-Info>=1.15:../../graphics/p5-Image-Info DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size DEPENDS+= p5-CGI-FastTemplate-[0-9]*:../../www/p5-CGI-FastTemplate DEPENDS+= p5-libapreq-[0-9]*:../../www/p5-libapreq |