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

(-)Makefile (-2 lines)
Lines 35-43 Link Here
35
# The following directory is empty and causes issues with pkg_{add,delete}
35
# The following directory is empty and causes issues with pkg_{add,delete}
36
	${RMDIR} ${WRKSRC}/boost/interprocess/containers/detail
36
	${RMDIR} ${WRKSRC}/boost/interprocess/containers/detail
37
# Remove Boost.Python
37
# Remove Boost.Python
38
.if !defined(WITH_PYTHON)
39
	${RM} -rf ${WRKSRC}/boost/python* ${WRKSRC}/libs/python
38
	${RM} -rf ${WRKSRC}/boost/python* ${WRKSRC}/libs/python
40
.endif
41
39
42
do-build:
40
do-build:
43
# build the library
41
# build the library

Return to bug 143982