diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 22:13:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 22:13:41 +0800 |
commit | 2443d3a43881504e8efb593b4becfc650e211652 (patch) | |
tree | b9deef463e908d89159a70f648afe25fd817241e /devel | |
parent | 3b96ec09266a4ba50bd3abdb7010cfe4f38fd22d (diff) | |
download | freebsd-ports-gnome-2443d3a43881504e8efb593b4becfc650e211652.tar.gz freebsd-ports-gnome-2443d3a43881504e8efb593b4becfc650e211652.tar.zst freebsd-ports-gnome-2443d3a43881504e8efb593b4becfc650e211652.zip |
- Add missing test depends
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-Getopt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile index 499e016f7ace..10eba146b5d8 100644 --- a/devel/p5-MooseX-Getopt/Makefile +++ b/devel/p5-MooseX-Getopt/Makefile @@ -24,7 +24,8 @@ BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0.081:${PORTSDIR}/devel/p5-Getopt-Lon RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal + p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes |