diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
commit | 0977415a79779b7f939cbc1c00f12c36fca9f589 (patch) | |
tree | f3ab743497214d1c96101a2d31de2785c43b6990 /www/p5-RT-Client-REST | |
parent | 308d799aab342cc4584e020b26fd730e9d533202 (diff) |
Notes
Diffstat (limited to 'www/p5-RT-Client-REST')
-rw-r--r-- | www/p5-RT-Client-REST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-RT-Client-REST/Makefile b/www/p5-RT-Client-REST/Makefile index aa038f46cf82..e8043acd4dc3 100644 --- a/www/p5-RT-Client-REST/Makefile +++ b/www/p5-RT-Client-REST/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl modules designed to talk to RT installation using REST protocol BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS= ${BUILD_DEPENDS} |