diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-03-19 23:57:25 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-03-19 23:57:25 +0800 |
commit | e491360147f54e210a9a5da7a0f24f64b69224a4 (patch) | |
tree | 09a190e7e82d408cbe3736ca8f4a7470ca003c49 | |
parent | 52d86569d934b98d269b4f772c6a6e4658e4dbd7 (diff) | |
download | freebsd-ports-gnome-e491360147f54e210a9a5da7a0f24f64b69224a4.tar.gz freebsd-ports-gnome-e491360147f54e210a9a5da7a0f24f64b69224a4.tar.zst freebsd-ports-gnome-e491360147f54e210a9a5da7a0f24f64b69224a4.zip |
- Add test depends.
PR: ports/165233
Submitted by: swills
Feature safe: yes
-rw-r--r-- | devel/p5-Log-Dispatch-Screen-Color/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch-Screen-Color/Makefile b/devel/p5-Log-Dispatch-Screen-Color/Makefile index ddc8e17f1b3e..f7b2c8c7e5c5 100644 --- a/devel/p5-Log-Dispatch-Screen-Color/Makefile +++ b/devel/p5-Log-Dispatch-Screen-Color/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl extension to suppor color for Log::Dispatch::Screen RUN_DEPENDS= \ p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-IO-stringy>0:${PORTSDIR}/devel/p5-IO-stringy PERL_CONFIGURE= yes |