diff options
author | wen <wen@pkgsrc.org> | 2014-02-24 03:09:51 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-02-24 03:09:51 +0000 |
commit | 010b48be13ef9b36e689fe8611ad7f0e8657b763 (patch) | |
tree | 9ba8cad9873f9a58c327178372e3b6c3c33c3388 /www/p5-HTML-FormFu | |
parent | 145cc286a73fcf2c015c2b1619c53b3ce233d32f (diff) | |
download | pkgsrc-010b48be13ef9b36e689fe8611ad7f0e8657b763.tar.gz |
Fix build by add missing DEPENDS
Spotted by joerg@(Thanks !)
Diffstat (limited to 'www/p5-HTML-FormFu')
-rw-r--r-- | www/p5-HTML-FormFu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index 2f8482de358..e914dd75035 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/02/23 11:32:16 wen Exp $ +# $NetBSD: Makefile,v 1.12 2014/02/24 03:09:51 wen Exp $ # DISTNAME= HTML-FormFu-1.00 @@ -28,6 +28,7 @@ DEPENDS+= p5-DateTime-Format-Strptime>=1.2000:../../time/p5-DateTime-Format-Strp DEPENDS+= p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir +DEPENDS+= p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install DEPENDS+= p5-HTML-Scrubber-[0-9]*:../../www/p5-HTML-Scrubber DEPENDS+= p5-HTML-TokeParser-Simple>=3.14:../../www/p5-HTML-TokeParser-Simple DEPENDS+= p5-Hash-Flatten-[0-9]*:../../devel/p5-Hash-Flatten |