diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-POE-Component-Server-HTTPServer | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-graphics-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/p5-POE-Component-Server-HTTPServer')
-rw-r--r-- | www/p5-POE-Component-Server-HTTPServer/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-POE-Component-Server-HTTPServer/Makefile b/www/p5-POE-Component-Server-HTTPServer/Makefile index 537dd18dd33..926c71e54c0 100644 --- a/www/p5-POE-Component-Server-HTTPServer/Makefile +++ b/www/p5-POE-Component-Server-HTTPServer/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lin-chi@lastamericanempire.com COMMENT= POE Component to server HTTP requests -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-HTML-Template-HashWrapper>=0:${PORTSDIR}/www/p5-HTML-Template-HashWrapper \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-libwww>=0:www/p5-libwww \ + p5-libwww>=0:www/p5-libwww \ + p5-libwww>=0:www/p5-libwww \ + p5-HTML-Template-HashWrapper>=0:www/p5-HTML-Template-HashWrapper \ + p5-MIME-Types>=0:mail/p5-MIME-Types RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |