diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-13 23:17:23 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-13 23:17:23 +0800 |
commit | d33ccda4030ceca0b46cccf075651556855a7c41 (patch) | |
tree | 18d6700d69915ffc476151fae25f92ff0906e745 /www | |
parent | c4ca3e8d21cdee3b44900a12200b22e4f835559b (diff) | |
download | freebsd-ports-gnome-d33ccda4030ceca0b46cccf075651556855a7c41.tar.gz freebsd-ports-gnome-d33ccda4030ceca0b46cccf075651556855a7c41.tar.zst freebsd-ports-gnome-d33ccda4030ceca0b46cccf075651556855a7c41.zip |
Use USES=pkgconfig where appropriate
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Middleware-ExtDirect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Plack-Middleware-ExtDirect/Makefile b/www/p5-Plack-Middleware-ExtDirect/Makefile index e58efcf05aff..ac5227a174a1 100644 --- a/www/p5-Plack-Middleware-ExtDirect/Makefile +++ b/www/p5-Plack-Middleware-ExtDirect/Makefile @@ -14,12 +14,11 @@ COMMENT= Implement an RPC::ExtDirect gateway using Plack LICENSE= ART10 BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= pkg-config:devel/pkgconf \ - p5-Plack>=0:www/p5-Plack \ +RUN_DEPENDS= p5-Plack>=0:www/p5-Plack \ p5-RPC-ExtDirect>=3.20:www/p5-RPC-ExtDirect TEST_DEPENDS= p5-Test-Pod>=1.46:devel/p5-Test-Pod -USES= perl5 +USES= perl5 pkgconfig:both USE_PERL5= configure NO_ARCH= YES |