diff options
Diffstat (limited to 'net/p5-POE-Component-Client-Twitter/Makefile')
-rw-r--r-- | net/p5-POE-Component-Client-Twitter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-POE-Component-Client-Twitter/Makefile b/net/p5-POE-Component-Client-Twitter/Makefile index 47bc2fec8694..50c816ac11a5 100644 --- a/net/p5-POE-Component-Client-Twitter/Makefile +++ b/net/p5-POE-Component-Client-Twitter/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= POE chat component for twitter.com -BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-JSON-Any>=0:converters/p5-JSON-Any \ p5-POE>=0:devel/p5-POE \ p5-POE-Component-Client-HTTP>=0:www/p5-POE-Component-Client-HTTP \ @@ -20,7 +21,6 @@ BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Test-Base>=0:devel/p5-Test-Base \ p5-Module-Install-TestBase>=0:devel/p5-Module-Install-TestBase \ p5-Module-Install>=0:devel/p5-Module-Install -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure |