View | Details | Raw Unified | Return to bug 259447
Collapse All | Expand All

(-)b/devel/volk/Makefile (-2 / +7 lines)
Lines 13-21 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVO Link Here
13
13
14
USES=		cmake compiler:c++11-lang python:3.5+
14
USES=		cmake compiler:c++11-lang python:3.5+
15
15
16
.include <bsd.port.pre.mk>
17
18
.if ${ARCH} == armv7
19
USE_GCC=	yes
20
.endif
21
16
USE_GITHUB=	yes
22
USE_GITHUB=	yes
17
GH_ACCOUNT=	gnuradio
23
GH_ACCOUNT=	gnuradio
18
24
19
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
20
26
21
.include <bsd.port.mk>
27
.include <bsd.port.post.mk>
22
- 

Return to bug 259447