diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-06-05 18:15:31 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-06-05 18:15:31 +0000 |
commit | 2963fb0119ba5a4ee53bf74d43168ef0b0f5af94 (patch) | |
tree | a22300e6b15376701387c686a3b9cf5e302ec3c0 /devel/p5-Shell-Base | |
parent | 7c41d3a611c5cbb915943ae8fdafd53d87787698 (diff) | |
download | ports-2963fb0119ba5a4ee53bf74d43168ef0b0f5af94.tar.gz ports-2963fb0119ba5a4ee53bf74d43168ef0b0f5af94.zip |
Notes
Diffstat (limited to 'devel/p5-Shell-Base')
-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 c5c5103666fd..472bebfb7df1 100644 --- a/devel/p5-Shell-Base/Makefile +++ b/devel/p5-Shell-Base/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl module implementing a simple command shell -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ - ${SITE_PERL}/Text/Shellwords.pm:${PORTSDIR}/textproc/p5-Text-Shellwords +BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ + p5-Text-Shellwords>=0:${PORTSDIR}/textproc/p5-Text-Shellwords RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |