diff options
Diffstat (limited to 'devel/p5-Test-Script')
-rw-r--r-- | devel/p5-Test-Script/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile index ac35c9d1feff..df32150c9664 100644 --- a/devel/p5-Test-Script/Makefile +++ b/devel/p5-Test-Script/Makefile @@ -10,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Test::Script - Cross-platform basic tests for scripts -RUN_DEPENDS= p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3 \ - p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl +RUN_DEPENDS= p5-IPC-Run3>=0.034:devel/p5-IPC-Run3 \ + p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |