diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-29 02:33:06 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-07-29 02:33:06 +0000 |
commit | ab2ae35a9091b97128c9f4f243ab045688f9bf66 (patch) | |
tree | 0e0eda22ccd16c20138de5128bbaded26df19166 /textproc/p5-Google-Data-JSON | |
parent | a4f7a538a2ac20ba360d6f9a751341e8bf593c56 (diff) |
- Fix the missing dependency on devel/p5-Module-Build.
Noticed by: pav
Approved by: rafan (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=196538
Diffstat (limited to 'textproc/p5-Google-Data-JSON')
-rw-r--r-- | textproc/p5-Google-Data-JSON/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index 4ce5b9028727..db3468cd67a0 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -16,6 +16,7 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= General XML-JSON converter based on Google Data APIs BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ p5-Perl6-Export-Attrs>=0:${PORTSDIR}/devel/p5-Perl6-Export-Attrs \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ |