diff options
Diffstat (limited to 'net-im/p5-AnyEvent-XMPP/Makefile')
-rw-r--r-- | net-im/p5-AnyEvent-XMPP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/p5-AnyEvent-XMPP/Makefile b/net-im/p5-AnyEvent-XMPP/Makefile index 0f3533426c8c..920775082aff 100644 --- a/net-im/p5-AnyEvent-XMPP/Makefile +++ b/net-im/p5-AnyEvent-XMPP/Makefile @@ -14,14 +14,14 @@ COMMENT= Implementation of the XMPP Protocol LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \ p5-Object-Event>=0.7:devel/p5-Object-Event \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |