diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-07-04 17:37:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-07-04 17:37:15 +0000 |
commit | f15a3e94bf30f314edb4beaa2113dd8c8d456e46 (patch) | |
tree | ecee7e07cfb4dcbe10aac14de6b129cb0d52e76e | |
parent | Update to 4.3.1 which is required for gitlab 11.0.2. (diff) |
Just use the JSONXS variable rather than repeating it
-rw-r--r-- | www/p5-Mojolicious/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index 0c5213fc6aa5..e84c6a1fb039 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -13,8 +13,8 @@ COMMENT= High-level MVC web framework written in Perl LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Cpanel-JSON-XS>=4.04:converters/p5-Cpanel-JSON-XS \ - p5-Role-Tiny>=2.000001:devel/p5-Role-Tiny +TEST_DEPENDS= p5-Role-Tiny>=2.000001:devel/p5-Role-Tiny \ + ${JSONXS_BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |