diff options
Diffstat (limited to 'net/p5-BBS-Client/Makefile')
-rw-r--r-- | net/p5-BBS-Client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-BBS-Client/Makefile b/net/p5-BBS-Client/Makefile index 6deb536a1c4b..f4e48bf31d9a 100644 --- a/net/p5-BBS-Client/Makefile +++ b/net/p5-BBS-Client/Makefile @@ -15,8 +15,8 @@ COMMENT= Client Module For BBS Systems LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet USES= perl5 USE_PERL5= configure |