diff options
author | mat <mat@FreeBSD.org> | 2014-11-19 07:35:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-19 07:35:54 +0800 |
commit | 197c002c90cc510f32b8668a4bf132cc3fd15029 (patch) | |
tree | 368256775d4deb99e6ef9bd92f747a6e5ae66701 | |
parent | f6e45001987273e506f68a3903af7a4cb0c77991 (diff) | |
download | freebsd-ports-gnome-197c002c90cc510f32b8668a4bf132cc3fd15029.tar.gz freebsd-ports-gnome-197c002c90cc510f32b8668a4bf132cc3fd15029.tar.zst freebsd-ports-gnome-197c002c90cc510f32b8668a4bf132cc3fd15029.zip |
Fix after latest devel/p5-Test-Base update.
Sponsored by: Absolight
-rw-r--r-- | net/p5-POE-Component-Client-Twitter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-POE-Component-Client-Twitter/Makefile b/net/p5-POE-Component-Client-Twitter/Makefile index 4b1cb3890d25..ae1ba00a43b3 100644 --- a/net/p5-POE-Component-Client-Twitter/Makefile +++ b/net/p5-POE-Component-Client-Twitter/Makefile @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Client-Twitter PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ + p5-Module-Install-TestBase>=0:${PORTSDIR}/devel/p5-Module-Install-TestBase \ p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} |