diff options
Diffstat (limited to 'devel/p5-Test-Compile/Makefile')
-rw-r--r-- | devel/p5-Test-Compile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index 5a7578eb6675..fa178983d8c4 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -15,8 +15,8 @@ COMMENT= Check whether Perl module files compile correctly LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \ - p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require +BUILD_DEPENDS= p5-Devel-CheckOS>=0:devel/p5-Devel-CheckOS \ + p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |