diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-Protocol-HTTP2 | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/p5-Protocol-HTTP2')
-rw-r--r-- | www/p5-Protocol-HTTP2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Protocol-HTTP2/Makefile b/www/p5-Protocol-HTTP2/Makefile index 6a361208b7d0..60211d9f0c8f 100644 --- a/www/p5-Protocol-HTTP2/Makefile +++ b/www/p5-Protocol-HTTP2/Makefile @@ -15,11 +15,11 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ - p5-Net-SSLeay>=1.45:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Net-SSLeay>=1.45:security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ - p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \ + p5-Test-TCP>=0:devel/p5-Test-TCP NO_ARCH= yes USE_PERL5= modbuildtiny |