diff options
Diffstat (limited to 'devel/p5-Test-TCP/Makefile')
-rw-r--r-- | devel/p5-Test-TCP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Test-TCP/Makefile b/devel/p5-Test-TCP/Makefile index aedb8ad713ee..85c54fc1aef6 100644 --- a/devel/p5-Test-TCP/Makefile +++ b/devel/p5-Test-TCP/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl extension for testing TCP program LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-SharedFork>=0.19:${PORTSDIR}/devel/p5-Test-SharedFork +BUILD_DEPENDS= p5-Test-SharedFork>=0.19:devel/p5-Test-SharedFork RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 @@ -22,8 +22,8 @@ NO_ARCH= YES .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501908 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0:${PORTSDIR}/net/p5-IO-Socket-IP +BUILD_DEPENDS+= p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP +RUN_DEPENDS+= p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP .endif .include <bsd.port.post.mk> |