diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:05:08 +0000 |
commit | 1e01e8e206d6efb10482c3a9fe2f3d335334506d (patch) | |
tree | e4105d931a03ee54571d2a49c8b80ce3cd5ffba3 /net/p5-BBS-Client | |
parent | 9e54b0cf3ee60c3e875712fa0cc0ba0804b68ed1 (diff) | |
download | ports-1e01e8e206d6efb10482c3a9fe2f3d335334506d.tar.gz ports-1e01e8e206d6efb10482c3a9fe2f3d335334506d.zip |
Notes
Diffstat (limited to 'net/p5-BBS-Client')
-rw-r--r-- | net/p5-BBS-Client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-BBS-Client/Makefile b/net/p5-BBS-Client/Makefile index 1dbd20244ce2..427f77ffd6f5 100644 --- a/net/p5-BBS-Client/Makefile +++ b/net/p5-BBS-Client/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= yzlin@FreeBSD.org COMMENT= A Client Module For BBS Systems -BUILD_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet +BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |