diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-30 02:06:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-30 02:06:30 +0000 |
commit | 538b768369dd3f291aef1be36221b9aa44e8e6b8 (patch) | |
tree | 36f0773c73d863b2b5a441f190f7e912c8ca3abb /www/bins/Makefile | |
parent | a5c40fc791fcf3cc778508b491a46573ca078063 (diff) | |
download | pkgsrc-538b768369dd3f291aef1be36221b9aa44e8e6b8.tar.gz |
add missing dependency on p5-IO-String. Makes the reading of EXIF data work
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r-- | www/bins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 17a1e1a52dc..32c4e6e03a7 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/07 06:47:24 simonb Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/30 02:06:30 dmcmahill Exp $ # DISTNAME= bins-1.1.10 @@ -14,6 +14,7 @@ DEPENDS+= p5-Text-Iconv-1.1:../../converters/p5-Text-Iconv DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable DEPENDS+= p5-Image-Info>=1.10:../../graphics/p5-Image-Info DEPENDS+= p5-Image-Size>=2.980:../../graphics/p5-Image-Size +DEPENDS+= p5-IO-String>=1.01:../../devel/p5-IO-String DEPENDS+= p5-PerlMagick>=5.3.9nb1:../../graphics/p5-PerlMagick DEPENDS+= p5-XML-Grove>=0.46.0.1:../../textproc/p5-XML-Grove DEPENDS+= p5-XML-Handler-YAWriter-0.23:../../textproc/p5-XML-YAWriter |