diff options
Diffstat (limited to 'devel/p5-Test-Group/Makefile')
-rw-r--r-- | devel/p5-Test-Group/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Group/Makefile b/devel/p5-Test-Group/Makefile index 9502c212cc54..9752d7292c2a 100644 --- a/devel/p5-Test-Group/Makefile +++ b/devel/p5-Test-Group/Makefile @@ -12,8 +12,8 @@ COMMENT= Group together related tests in a test suite LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Test-Cmd>=0:${PORTSDIR}/devel/p5-Test-Cmd +BUILD_DEPENDS= p5-File-Slurp>0:devel/p5-File-Slurp \ + p5-Test-Cmd>=0:devel/p5-Test-Cmd RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |