Lines 23-29
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR}
Link Here
|
23 |
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ |
23 |
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ |
24 |
${PYTHON_PKGNAMEPREFIX}pysol-cards>=0.10.0:games/py-pysol-cards@${PY_FLAVOR} |
24 |
${PYTHON_PKGNAMEPREFIX}pysol-cards>=0.10.0:games/py-pysol-cards@${PY_FLAVOR} |
25 |
LIB_DEPENDS= ${LIB_DEPENDS_${ARCH}} |
25 |
LIB_DEPENDS= ${LIB_DEPENDS_${ARCH}} |
|
|
26 |
LIB_DEPENDS_armv6= libgmp.so:math/gmp |
27 |
LIB_DEPENDS_armv7= libgmp.so:math/gmp |
26 |
LIB_DEPENDS_i386= libgmp.so:math/gmp |
28 |
LIB_DEPENDS_i386= libgmp.so:math/gmp |
|
|
29 |
LIB_DEPENDS_mips= libgmp.so:math/gmp |
30 |
LIB_DEPENDS_powerpc= libgmp.so:math/gmp |
27 |
|
31 |
|
28 |
OPTIONS_DEFINE= DOCS TCMALLOC |
32 |
OPTIONS_DEFINE= DOCS TCMALLOC |
29 |
TCMALLOC_DESC= Use Google's TCMalloc |
33 |
TCMALLOC_DESC= Use Google's TCMalloc |
30 |
- |
|
|