diff options
Diffstat (limited to 'devel/p5-Shell-Base/Makefile')
-rw-r--r-- | devel/p5-Shell-Base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Shell-Base/Makefile b/devel/p5-Shell-Base/Makefile index ed6c0fef1046..baaf845a72e6 100644 --- a/devel/p5-Shell-Base/Makefile +++ b/devel/p5-Shell-Base/Makefile @@ -14,8 +14,8 @@ COMMENT= Perl module implementing a simple command shell LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ - p5-Text-Shellwords>=0:${PORTSDIR}/textproc/p5-Text-Shellwords +BUILD_DEPENDS= p5-Term-Size>=0:devel/p5-Term-Size \ + p5-Text-Shellwords>=0:textproc/p5-Text-Shellwords RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |