diff options
Diffstat (limited to 'net/p5-IO-Socket-Multicast6/Makefile')
-rw-r--r-- | net/p5-IO-Socket-Multicast6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-IO-Socket-Multicast6/Makefile b/net/p5-IO-Socket-Multicast6/Makefile index faf3b2c2fd4b..37ddab8ab488 100644 --- a/net/p5-IO-Socket-Multicast6/Makefile +++ b/net/p5-IO-Socket-Multicast6/Makefile @@ -14,11 +14,11 @@ COMMENT= Send and receive IPv4 and IPv6 multicast messages LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-IO-Interface>=1.01:net/p5-IO-Interface \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-IO-Interface>=1.01:net/p5-IO-Interface \ p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 \ p5-Socket-Multicast6>=0.01:net/p5-Socket-Multicast6 \ p5-Socket6>=0.19:net/p5-Socket6 -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= modbuild |