diff options
author | swills <swills@FreeBSD.org> | 2012-05-02 11:23:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-02 11:23:38 +0800 |
commit | 125fa8bae2c17279686e394d6898b0d8ca993d2f (patch) | |
tree | 02ea92b0eabce1bcd3f072106a4a3893f31746f3 /irc | |
parent | d69d74120d813e344e0ffde1f00ff2164e07b786 (diff) | |
download | freebsd-ports-gnome-125fa8bae2c17279686e394d6898b0d8ca993d2f.tar.gz freebsd-ports-gnome-125fa8bae2c17279686e394d6898b0d8ca993d2f.tar.zst freebsd-ports-gnome-125fa8bae2c17279686e394d6898b0d8ca993d2f.zip |
- Add TEST_DEPENDS
Approved by: portmgr (blanket)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index cdf474e65cee..680934e87c90 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \ p5-POE-Component-SSLify>0:${PORTSDIR}/security/p5-POE-Component-SSLify \ p5-IRC-Utils>=0.12:${PORTSDIR}/irc/p5-IRC-Utils BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences PERL_CONFIGURE= yes |