aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Queue
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 04:53:50 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 04:53:50 +0000
commit935c866afb7d805ed4d8c023cf28a1dee8c05f6b (patch)
tree669406cf84e1a7cbae93e65ea1ba66f693c71b1f /devel/p5-Thread-Queue
parentb93b277e621a46e9c3504de7d9692babe843ee32 (diff)
downloadports-935c866afb7d805ed4d8c023cf28a1dee8c05f6b.tar.gz
ports-935c866afb7d805ed4d8c023cf28a1dee8c05f6b.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248744
Diffstat (limited to 'devel/p5-Thread-Queue')
-rw-r--r--devel/p5-Thread-Queue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Thread-Queue/Makefile b/devel/p5-Thread-Queue/Makefile
index 8f44e19fadda..c1da036ffedd 100644
--- a/devel/p5-Thread-Queue/Makefile
+++ b/devel/p5-Thread-Queue/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Thread-Queue
PORTVERSION= 2.11
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Perl5 thread-safe queues
-BUILD_DEPENDS= p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared
+BUILD_DEPENDS= p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES