diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 20:24:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 20:24:14 +0000 |
commit | 477b9bab70c449e9883d07f04e1dc6ddedeac625 (patch) | |
tree | 0e0dd0b8fdf2ad5c507f60df6e7c4f3b253d48c1 | |
parent | Reintroduce warnings. (diff) |
Grr, port is still IS_INTERACTIVE and trying to generate infinite-sized
logs on bento.
Notes
Notes:
svn path=/head/; revision=101594
-rw-r--r-- | devel/p5-POE/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-POE/Makefile b/devel/p5-POE/Makefile index a685015a6c46..dccea6b711ba 100644 --- a/devel/p5-POE/Makefile +++ b/devel/p5-POE/Makefile @@ -26,6 +26,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= --default +IS_INTERACTIVE= yes + MAN3= POE.3 POE::API::ResLoader.3 POE::Component.3 \ POE::Component::Client::TCP.3 POE::Component::Server::TCP.3 \ POE::Driver.3 POE::Driver::SysRW.3 POE::Filter.3 \ |