diff options
Diffstat (limited to 'devel/p5-Test-Trap/Makefile')
-rw-r--r-- | devel/p5-Test-Trap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Test-Trap/Makefile b/devel/p5-Test-Trap/Makefile index a3d17b32b927..486983cf3929 100644 --- a/devel/p5-Test-Trap/Makefile +++ b/devel/p5-Test-Trap/Makefile @@ -14,9 +14,9 @@ COMMENT= Trap exit codes, exceptions, output, etc LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump +BUILD_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount +TEST_DEPENDS= p5-Test-Refcount>=0:devel/p5-Test-Refcount USE_PERL5= configure USES= perl5 @@ -24,7 +24,7 @@ USES= perl5 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |