diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /news/p5-POE-Component-Client-NNTP/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'news/p5-POE-Component-Client-NNTP/Makefile')
-rw-r--r-- | news/p5-POE-Component-Client-NNTP/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/p5-POE-Component-Client-NNTP/Makefile b/news/p5-POE-Component-Client-NNTP/Makefile index b95f1162dccc..cd2665a02fba 100644 --- a/news/p5-POE-Component-Client-NNTP/Makefile +++ b/news/p5-POE-Component-Client-NNTP/Makefile @@ -11,11 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE component for non-blocking NNTP access -BUILD_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \ - p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP -RUN_DEPENDS= p5-POE>=0.999.9:${PORTSDIR}/devel/p5-POE \ - p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable +BUILD_DEPENDS= p5-POE>=0.999.9:devel/p5-POE \ + p5-POE-Component-Pluggable>=0.03:devel/p5-POE-Component-Pluggable \ + p5-Test-POE-Server-TCP>=0:devel/p5-Test-POE-Server-TCP +RUN_DEPENDS= p5-POE>=0.999.9:devel/p5-POE \ + p5-POE-Component-Pluggable>=0.03:devel/p5-POE-Component-Pluggable USES= perl5 USE_PERL5= configure |