aboutsummaryrefslogtreecommitdiff
path: root/www/p5-RT-Client-REST
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-10-23 00:30:06 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-10-23 00:30:06 +0000
commit0977415a79779b7f939cbc1c00f12c36fca9f589 (patch)
treef3ab743497214d1c96101a2d31de2785c43b6990 /www/p5-RT-Client-REST
parent308d799aab342cc4584e020b26fd730e9d533202 (diff)
downloadports-0977415a79779b7f939cbc1c00f12c36fca9f589.tar.gz
ports-0977415a79779b7f939cbc1c00f12c36fca9f589.zip
Notes
Diffstat (limited to 'www/p5-RT-Client-REST')
-rw-r--r--www/p5-RT-Client-REST/Makefile2
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}