diff options
Diffstat (limited to 'devel/p5-Test-Script-Run/Makefile')
-rw-r--r-- | devel/p5-Test-Script-Run/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Test-Script-Run/Makefile b/devel/p5-Test-Script-Run/Makefile index 7a603d811c66..1ec18d265d7c 100644 --- a/devel/p5-Test-Script-Run/Makefile +++ b/devel/p5-Test-Script-Run/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test the script with run -RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= p5-IPC-Run3>=0:devel/p5-IPC-Run3 \ + p5-Test-Exception>=0:devel/p5-Test-Exception BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |