Date: Wed, 4 Jul 2018 17:37:15 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473909 - head/www/p5-Mojolicious Message-ID: <201807041737.w64HbFjV034381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Jul 4 17:37:15 2018 New Revision: 473909 URL: https://svnweb.freebsd.org/changeset/ports/473909 Log: Just use the JSONXS variable rather than repeating it Modified: head/www/p5-Mojolicious/Makefile Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Wed Jul 4 17:33:58 2018 (r473908) +++ head/www/p5-Mojolicious/Makefile Wed Jul 4 17:37:15 2018 (r473909) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807041737.w64HbFjV034381>