Switch the optional libyaml to be on by default
There are software packages that expect pyyaml to be compiled with libyaml support. Switching the default eases using the port as a dep. Reported by: thierry
This commit is contained in:
parent
62a9b13c67
commit
23064ee8bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562052
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= yaml
|
||||
PORTVERSION= 5.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,6 +19,8 @@ USES= python:3.6+
|
|||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
OPTIONS_DEFINE= LIBYAML EXAMPLES
|
||||
OPTIONS_DEFAULT= LIBYAML
|
||||
|
||||
LIBYAML_DESC= Use textproc/libyaml for faster parsing
|
||||
|
||||
LIBYAML_LIB_DEPENDS= libyaml.so:textproc/libyaml
|
||||
|
|
Loading…
Reference in a new issue