diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-07 13:46:26 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-07 13:46:26 +0000 |
commit | 80f347efadfc2acfacced3efde4f8611fc08461c (patch) | |
tree | 7fa7cf068b55b896aedfb8ae37f737e038a53ed0 /devel/p5-POE-Session-MultiDispatch/Makefile | |
parent | 02812eb4fb3ff6e5f1d4dc09a589b00510bfaac6 (diff) | |
download | ports-80f347efadfc2acfacced3efde4f8611fc08461c.tar.gz ports-80f347efadfc2acfacced3efde4f8611fc08461c.zip |
Notes
Diffstat (limited to 'devel/p5-POE-Session-MultiDispatch/Makefile')
-rw-r--r-- | devel/p5-POE-Session-MultiDispatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-POE-Session-MultiDispatch/Makefile b/devel/p5-POE-Session-MultiDispatch/Makefile index bce3b100b2e8..3ac36299967f 100644 --- a/devel/p5-POE-Session-MultiDispatch/Makefile +++ b/devel/p5-POE-Session-MultiDispatch/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Callback dispatch for session events -RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS:= ${RUN_DEPENDS} \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes |