aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-31 18:35:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-31 18:35:59 +0000
commit28f2b79f6781014062e52625cfc6341eaf4e154f (patch)
treea3f2b3a039726d3b9703d7173bbce5a4385d4ccf
parent841a1fdfc832613c665d2df5fe0afa153c55d076 (diff)
downloadports-28f2b79f6781014062e52625cfc6341eaf4e154f.tar.gz
ports-28f2b79f6781014062e52625cfc6341eaf4e154f.zip
- Add more TEST_DEPENDS
Notes
Notes: svn path=/head/; revision=349786
-rw-r--r--devel/p5-Test-Trap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Test-Trap/Makefile b/devel/p5-Test-Trap/Makefile
index d8a57901c95d..00ac322d5706 100644
--- a/devel/p5-Test-Trap/Makefile
+++ b/devel/p5-Test-Trap/Makefile
@@ -16,7 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
+TEST_DEPENDS= p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount \
+ p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
USE_PERL5= configure
USES= perl5