diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-12 19:39:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-12 19:39:57 +0000 |
commit | c3a56e44d77015aeee527160e0a9eac3e6f20085 (patch) | |
tree | 18975637260069b6cdae569888fb9dd6f645ff23 /www/p5-Dancer2 | |
parent | 4467a48bfcbbb80b616f2d7b37f2193bd8d30cb0 (diff) |
Use XS from bsd.options.desc.mk.
Notes
Notes:
svn path=/head/; revision=381148
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 80097059ce2c..4ed7ed5f3cb3 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -47,8 +47,7 @@ TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \ p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-LWP-Protocol-PSGI>=0.06:${PORTSDIR}/www/p5-LWP-Protocol-PSGI -OPTIONS_DEFINE= XS -XS_DESC= Use XS modules for speed boost +OPTIONS_DEFINE= XS XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:${PORTSDIR}/www/p5-CGI-Deurl-XS \ p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ |