diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-07 08:50:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-07 08:50:24 +0000 |
commit | 1c72794ad2f4bbc49e32a86fe0029a3fda97362f (patch) | |
tree | aec54ceade509a68632cc7c44555bb3e3c8c4b0a /net/p5-Event-tcp/Makefile | |
parent | 8ee731ffd46a98d8a56bcebc809ddacec633480a (diff) | |
download | ports-1c72794ad2f4bbc49e32a86fe0029a3fda97362f.tar.gz ports-1c72794ad2f4bbc49e32a86fe0029a3fda97362f.zip |
Notes
Diffstat (limited to 'net/p5-Event-tcp/Makefile')
-rw-r--r-- | net/p5-Event-tcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Event-tcp/Makefile b/net/p5-Event-tcp/Makefile index a97936ad87de..9054cb91fe22 100644 --- a/net/p5-Event-tcp/Makefile +++ b/net/p5-Event-tcp/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Glue code to build client-server style TCP-based services -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \ - ${SITE_PERL}/${PERL_ARCH}/Ioctl.pm:${PORTSDIR}/devel/p5-Ioctl +BUILD_DEPENDS= p5-Event>=0:${PORTSDIR}/devel/p5-Event \ + p5-Ioctl>=0:${PORTSDIR}/devel/p5-Ioctl RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |