diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 04:27:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 04:27:04 +0800 |
commit | 801462d7a678c1535a71d773c24879096f372135 (patch) | |
tree | 448e75c5ebcce3bb7405d2711d3545636b116e12 | |
parent | 8f7891fa8683b55bade4c26d7a82d3524d9e953a (diff) | |
download | freebsd-ports-gnome-801462d7a678c1535a71d773c24879096f372135.tar.gz freebsd-ports-gnome-801462d7a678c1535a71d773c24879096f372135.tar.zst freebsd-ports-gnome-801462d7a678c1535a71d773c24879096f372135.zip |
- Add missing build depends to quiet build warnings
- Add test depends to allow testing
-rw-r--r-- | devel/p5-Log-Dispatch-Scribe/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch-Scribe/Makefile b/devel/p5-Log-Dispatch-Scribe/Makefile index c894dd1643a1..e9392d1be7cd 100644 --- a/devel/p5-Log-Dispatch-Scribe/Makefile +++ b/devel/p5-Log-Dispatch-Scribe/Makefile @@ -15,7 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Logging via Facebook\'s Scribe server software -RUN_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch +BUILD_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ + p5-Test-Timer>=0:${PORTSDIR}/devel/p5-Test-Timer PERL_CONFIGURE= yes |