diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-07-29 10:33:06 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-07-29 10:33:06 +0800 |
commit | e6e6af9383a5f6d8900a0532defbd5a48f9b0277 (patch) | |
tree | e783b784201f1a74d3858dae198ffb2ddf9b7798 /textproc | |
parent | d974e32e7fd5a06df0312a56207e9692aee65df2 (diff) | |
download | freebsd-ports-gnome-e6e6af9383a5f6d8900a0532defbd5a48f9b0277.tar.gz freebsd-ports-gnome-e6e6af9383a5f6d8900a0532defbd5a48f9b0277.tar.zst freebsd-ports-gnome-e6e6af9383a5f6d8900a0532defbd5a48f9b0277.zip |
- Fix the missing dependency on devel/p5-Module-Build.
Noticed by: pav
Approved by: rafan (mentor, implicit)
Diffstat (limited to 'textproc')
-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 \ |