diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-07-31 09:32:28 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-07-31 09:32:28 +0000 |
commit | b221955803acd8228ab516189b238fb5e9c162ed (patch) | |
tree | 390212238fa5a469b51c9603e042fc0afd418d8e | |
parent | - mark BROKEN fails to build (diff) |
POE-Test-Loops does not depend on POE.
PR: ports/137263
Submitted by: Paul Dokas <dokas xx oitsec.umn.edu>
Notes
Notes:
svn path=/head/; revision=238696
-rw-r--r-- | devel/p5-POE-Test-Loops/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile index 668d2269b602..d43333104cfa 100644 --- a/devel/p5-POE-Test-Loops/Makefile +++ b/devel/p5-POE-Test-Loops/Makefile @@ -14,9 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com COMMENT= Reusable tests for POE Loop authors -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= POE::Test::Loops.3 |