diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 09:46:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-05 09:46:27 +0000 |
commit | b4ab6d14724ba8a1a810d011e6c15c91ebdd82fa (patch) | |
tree | dc48da2e5d9809b240812b92e7dd6f1ec8b42bec /net/p5-POE-Component-Spread | |
parent | 362e03454522e36a45140e43da233a9547c6683c (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Spread')
-rw-r--r-- | net/p5-POE-Component-Spread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-POE-Component-Spread/Makefile b/net/p5-POE-Component-Spread/Makefile index 1082c6ac04d9..d05679d1ec4f 100644 --- a/net/p5-POE-Component-Spread/Makefile +++ b/net/p5-POE-Component-Spread/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Handle Spread communications in POE -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Spread.pm:${PORTSDIR}/net/spread +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + spread>=0:${PORTSDIR}/net/spread RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= YES |