diff options
Diffstat (limited to 'net/p5-IO-Socket-INET6/Makefile')
-rw-r--r-- | net/p5-IO-Socket-INET6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile index 832f86222239..af3dc3f41c66 100644 --- a/net/p5-IO-Socket-INET6/Makefile +++ b/net/p5-IO-Socket-INET6/Makefile @@ -15,8 +15,8 @@ COMMENT= Perl module with object interface to AF_INET6 domain sockets LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Socket6>=0.12:net/p5-Socket6 -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Socket6>=0.12:net/p5-Socket6 USES= perl5 USE_PERL5= configure |